fix versions
PR / lint (pull_request) Successful in 24s
PR / test-coverage (pull_request) Successful in 1m59s

This commit is contained in:
2026-04-14 23:00:41 -04:00
parent 464ce22605
commit 9cd8cd7076
+2 -3
View File
@@ -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: |