Skip to content

Commit 7bb0de2

Browse files
Update GitHub Artifact Actions
1 parent 5a28773 commit 7bb0de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: pnpm staging:deploy
4545
- run: git log --pretty=%h -n1 > dist/REVISION.txt
4646
- name: Upload Build for next job
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
if: github.ref == 'refs/heads/main'
4949
with:
5050
name: prod-build
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install netlify-cli
6262
run: npm install -g netlify-cli
6363
- name: Download Build
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v6
6565
with:
6666
name: prod-build
6767
path: dist

0 commit comments

Comments
 (0)