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 5380c04 commit 30ce914Copy full SHA for 30ce914
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
run: mkdir build && tar cvzf build/docs.tar.gz --exclude ".git" ./docs
62
- name: Upload build artifact
63
if: github.event_name == 'push' && contains(github.ref, 'main') || github.event_name == 'repository_dispatch'
64
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
65
with:
66
name: build
67
path: build/docs.tar.gz
0 commit comments