From ae43a3d31eab635e1c7c57dbe142d2e8b1a0140e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 05:35:48 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index 0840c98..cf8ea15 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -17,7 +17,7 @@ jobs: - name: Build PDF run: npx docusaurus-prince-pdf -u https://docs.projectbluefin.io -o pdf/bluefin.pdf - name: Upload results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bluefin # The output filename can be specified with --output option