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 d91f875 commit e92a50fCopy full SHA for e92a50f
.github/workflows/website.yml
@@ -40,7 +40,7 @@ jobs:
40
run: npm run build
41
42
- name: Upload artifact
43
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
44
with:
45
name: slides
46
path: dist
@@ -64,7 +64,7 @@ jobs:
64
fetch-depth: 0
65
66
- name: Download artifacts
67
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
68
69
70
merge-multiple: true
0 commit comments