Skip to content

Commit 7cd9786

Browse files
chore(deps): update actions/download-artifact action to v4.2.0
1 parent 141e0ce commit 7cd9786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
go-version-file: './go.mod'
101101
- run: go test -v
102-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
102+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
103103
with:
104104
name: VERSION
105105
path: VERSION
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
name: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
117117
path: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
118-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
118+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
119119
with:
120120
name: VERSION
121121
path: VERSION

0 commit comments

Comments
 (0)