Skip to content

Commit

Permalink
[CD] Use upload-artifact version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
chnoblouch committed Jun 17, 2024
1 parent 3d2a0e1 commit 3eab262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: tar czf docs-build.tar.gz ${{ github.workspace }}/docs/html

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-build
path: docs-build.tar.gz
Expand Down

0 comments on commit 3eab262

Please sign in to comment.