Skip to content

Commit 954aff0

Browse files
Update GitHub Artifact Actions to v7
1 parent 8b09d0c commit 954aff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
RUSTFLAGS: --cfg getrandom_backend="unsupported"
9292
run: npm run build
9393
- name: Upload build artifact
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v7
9595
with:
9696
name: vortex-explorer
9797
path: vortex-web/dist/
@@ -107,7 +107,7 @@ jobs:
107107
name: github-pages
108108
url: ${{ steps.deploy.outputs.deployment-url }}
109109
steps:
110-
- uses: actions/download-artifact@v4
110+
- uses: actions/download-artifact@v7
111111
with:
112112
name: vortex-explorer
113113
path: dist

0 commit comments

Comments
 (0)