Skip to content

Commit 52373a6

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 7f3f252 commit 52373a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: docker/setup-buildx-action@v3
7878

7979
- name: Download pre-built binary
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v5
8181
with:
8282
name: ${{ matrix.binary-name }}
8383
path: /tmp/binary
@@ -113,7 +113,7 @@ jobs:
113113
needs: [build-docker]
114114
steps:
115115
- name: Download digests
116-
uses: actions/download-artifact@v4
116+
uses: actions/download-artifact@v5
117117
with:
118118
path: ${{ runner.temp }}/digests
119119
pattern: digests-*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
# Download everything to avoid spelling out the different
149149
# platforms here.
150150
- name: "📥 Download all artifacts"
151-
uses: actions/download-artifact@v4
151+
uses: actions/download-artifact@v5
152152
- name: "📤 Upload artifacts for release"
153153
run: gh release upload "${GITHUB_REF/refs\/tags\//}" ./*-release-artifacts/*
154154
env:

0 commit comments

Comments
 (0)