Skip to content

Commit 2362368

Browse files
chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#1160)
1 parent fcd996c commit 2362368

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
persist-credentials: false
6363
- name: Download built tools
64-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
64+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6565
with:
6666
name: go-tools
6767
path: tmp/bin/

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: build
4141
steps:
4242
- name: Download artifact
43-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
43+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
4444
with:
4545
name: kubernetes-mixin-${{ github.ref_name }}.zip
4646

0 commit comments

Comments
 (0)