File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
47
47
tar -czvf falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz falcoctl LICENSE
48
48
49
49
- name : Upload falcoctl artifacts
50
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
50
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
51
51
with :
52
52
name : falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}
53
53
path : ./falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}
54
54
retention-days : 1
55
55
56
56
- name : Upload falcoctl archives
57
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
57
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
58
58
with :
59
59
name : falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz
60
60
path : ./falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz
You can’t perform that action at this time.
0 commit comments