From 9cd8cd7076b02ac995b11b01c0101649fea3c401 Mon Sep 17 00:00:00 2001 From: keligrubb Date: Tue, 14 Apr 2026 23:00:41 -0400 Subject: [PATCH] fix versions --- .gitea/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 357a0b7..5f6ddb9 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,10 +47,9 @@ 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: . - name: Create release and upload PDF run: |