Skip to content

Commit

Permalink
CI: Bump actions/upload_artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jun 26, 2024
1 parent 94d26e8 commit 69c4c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: bash <(curl -s https://codecov.io/bash)
- run: coverage report
- run: PDOC_TEST_PANDOC=1 time python -m unittest -v pdoc.test.CliTest.test_pdf_pandoc
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Pdoc Documentation.pdf
path: /tmp/pdoc.pdf
Expand Down

0 comments on commit 69c4c24

Please sign in to comment.