We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e419b6 commit 7244a08Copy full SHA for 7244a08
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
39
run: mkdir ./out && ./${{ steps.values.outputs.binary-name }} build --index --disable-minification --target-dir ./out
40
41
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
42
with:
43
name: error-pages-static
44
path: out/
@@ -60,7 +60,7 @@ jobs:
60
runs-on: ubuntu-latest
61
needs: [build]
62
steps:
63
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
64
65
66
path: .artifact
0 commit comments