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 fcd996c commit 2362368Copy full SHA for 2362368
.github/workflows/ci.yaml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
persist-credentials: false
63
- name: Download built tools
64
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
65
66
name: go-tools
67
path: tmp/bin/
.github/workflows/release.yaml
@@ -40,7 +40,7 @@ jobs:
40
needs: build
41
steps:
42
- name: Download artifact
43
44
45
name: kubernetes-mixin-${{ github.ref_name }}.zip
46
0 commit comments