Skip to content

Commit 59a2931

Browse files
chore(deps): update actions/download-artifact action to v5 (amperser#1430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b986fe commit 59a2931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
fetch-depth: 0
125125

126126
- name: "[DOWNLOAD] Artifacts"
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v5
128128
with:
129129
name: dist-artifacts
130130
path: dist/
@@ -153,7 +153,7 @@ jobs:
153153
id-token: write
154154
steps:
155155
- name: "[DOWNLOAD] Artifacts"
156-
uses: actions/download-artifact@v4
156+
uses: actions/download-artifact@v5
157157
with:
158158
name: dist-artifacts
159159
path: dist/

0 commit comments

Comments
 (0)