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 2424 - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2525 if : github.event_name == 'push'
2626 - 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
2828 with :
2929 name : VERSION
3030 path : VERSION
@@ -106,7 +106,7 @@ jobs:
106106 env :
107107 GOOS : ${{matrix.OS}}
108108 GOARCH : ${{matrix.ARCH}}
109- - uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
109+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
110110 with :
111111 name : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
112112 path : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
You can’t perform that action at this time.
0 commit comments