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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
27
+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
28
28
with :
29
29
name : VERSION
30
30
path : VERSION
@@ -106,7 +106,7 @@ jobs:
106
106
env :
107
107
GOOS : ${{matrix.OS}}
108
108
GOARCH : ${{matrix.ARCH}}
109
- - uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
109
+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
110
110
with :
111
111
name : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
112
112
path : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
You can’t perform that action at this time.
0 commit comments