Skip to content

Commit 69c4c24

Browse files
committed
CI: Bump actions/upload_artifact@v4
1 parent 94d26e8 commit 69c4c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: bash <(curl -s https://codecov.io/bash)
4646
- run: coverage report
4747
- run: PDOC_TEST_PANDOC=1 time python -m unittest -v pdoc.test.CliTest.test_pdf_pandoc
48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
with:
5050
name: Pdoc Documentation.pdf
5151
path: /tmp/pdoc.pdf

0 commit comments

Comments
 (0)