Skip to content

Commit 397d2b8

Browse files
Update actions/download-artifact action to v4.1.8
1 parent 5c76113 commit 397d2b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
run: ./scripts/package-helm
7373

7474
- name: Download the amd64 artifacts
75-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
75+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
7676
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
7777
with:
7878
name: webhook-artifacts-amd64
7979
path: dist/artifacts
8080

8181
- name: Download the arm64 artifacts
82-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
82+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
8383
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
8484
with:
8585
name: webhook-artifacts-arm64
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
117117

118118
- name: Download the artifacts
119-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
119+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
120120
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
121121
with:
122122
name: webhook-artifacts-${{ matrix.arch }}
@@ -183,7 +183,7 @@ jobs:
183183
needs: image
184184
steps:
185185
- name: Download digests
186-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
186+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
187187
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
188188
with:
189189
path: /tmp/digests

0 commit comments

Comments
 (0)