From 0aedf5eecf5d7c02a7f37c02ed10145c99bc598f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 May 2026 19:02:14 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .gitea/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 357a0b7..e2c4eb1 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -34,7 +34,7 @@ jobs: run: npm start - name: Upload PDF artifact - uses: https://git.keligrubb.com/actions/upload-artifact@v3 + uses: https://git.keligrubb.com/actions/upload-artifact@v7 with: name: release-pdf path: "*.pdf" @@ -47,7 +47,7 @@ jobs: GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }} steps: - name: Download PDF artifact - uses: https://git.keligrubb.com/actions/download-artifact@v3 + uses: https://git.keligrubb.com/actions/download-artifact@v8 with: name: release-pdf path: . -- 2.52.0