Skip to content

Commit 31de435

Browse files
Update actions/download-artifact action to v5 (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75f17fb commit 31de435

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
needs: build
4040
steps:
4141
- name: Download the built site
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v5
4343
with:
4444
name: "site-built-${{ env.TARGET_REPO_NAME }}"
4545
path: public

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
submodules: recursive
4949
- name: Download the built site
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@v5
5151
with:
5252
name: "site-built-${{ env.TARGET_REPO_NAME }}"
5353
path: public

0 commit comments

Comments
 (0)