We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f17fb commit 31de435Copy full SHA for 31de435
2 files changed
.github/workflows/deploy-dev.yml
@@ -39,7 +39,7 @@ jobs:
39
needs: build
40
steps:
41
- name: Download the built site
42
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
43
with:
44
name: "site-built-${{ env.TARGET_REPO_NAME }}"
45
path: public
.github/workflows/deploy-prod.yml
@@ -47,7 +47,7 @@ jobs:
47
48
submodules: recursive
49
50
51
52
53
0 commit comments