We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b09d0c commit 954aff0Copy full SHA for 954aff0
1 file changed
.github/workflows/web.yml
@@ -91,7 +91,7 @@ jobs:
91
RUSTFLAGS: --cfg getrandom_backend="unsupported"
92
run: npm run build
93
- name: Upload build artifact
94
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
95
with:
96
name: vortex-explorer
97
path: vortex-web/dist/
@@ -107,7 +107,7 @@ jobs:
107
name: github-pages
108
url: ${{ steps.deploy.outputs.deployment-url }}
109
steps:
110
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v7
111
112
113
path: dist
0 commit comments