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