We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a28773 commit 7bb0de2Copy full SHA for 7bb0de2
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
run: pnpm staging:deploy
45
- run: git log --pretty=%h -n1 > dist/REVISION.txt
46
- name: Upload Build for next job
47
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
48
if: github.ref == 'refs/heads/main'
49
with:
50
name: prod-build
@@ -61,7 +61,7 @@ jobs:
61
- name: Install netlify-cli
62
run: npm install -g netlify-cli
63
- name: Download Build
64
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
65
66
67
path: dist
0 commit comments