We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f7ffc2 + 4a6f537 commit 283c0b3Copy full SHA for 283c0b3
.github/workflows/deploy.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
needs: build
8
steps:
9
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
10
with:
11
name: dist
12
path: _site
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v2
13
14
path: dist
0 commit comments