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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
27+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2828 with :
2929 name : VERSION
3030 path : VERSION
@@ -111,7 +111,7 @@ jobs:
111111 env :
112112 GOOS : ${{matrix.OS}}
113113 GOARCH : ${{matrix.ARCH}}
114- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
114+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115115 with :
116116 name : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
117117 path : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
You can’t perform that action at this time.
0 commit comments