We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141e0ce commit 1a49e35Copy full SHA for 1a49e35
.github/workflows/pipeline.yml
@@ -99,7 +99,7 @@ jobs:
99
with:
100
go-version-file: './go.mod'
101
- run: go test -v
102
- - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ - uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
103
104
name: VERSION
105
path: VERSION
@@ -115,7 +115,7 @@ jobs:
115
116
name: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
117
path: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
118
119
120
121
0 commit comments