Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 99af489 commit c05a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
make -C docs clean html
- name: Upload Docs ZIP file as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.REPOSITORY_NAME }}-docs
path: docs/build/html/
Expand Down

0 comments on commit c05a0a9

Please sign in to comment.