From 69c4c24522779f61dad42de7c20075b169714f36 Mon Sep 17 00:00:00 2001 From: Kernc Date: Wed, 26 Jun 2024 14:22:59 +0200 Subject: [PATCH] CI: Bump actions/upload_artifact@v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6927bb0..7779817e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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