File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
if : github.event_name == 'push'
26
26
- run : echo $GITHUB_REF | sed -e 's/^refs\///g' -e 's/^tags\///g' > VERSION
27
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
27
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
28
28
with :
29
29
name : VERSION
30
30
path : VERSION
@@ -111,7 +111,7 @@ jobs:
111
111
env :
112
112
GOOS : ${{matrix.OS}}
113
113
GOARCH : ${{matrix.ARCH}}
114
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
114
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
115
115
with :
116
116
name : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
117
117
path : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
You can’t perform that action at this time.
0 commit comments