chore(deps): update github artifact actions
renovate/stability-days Updates have met minimum release age requirement
PR / test-coverage (pull_request) Successful in 18s
PR / lint (pull_request) Successful in 49s

This commit is contained in:
2026-05-06 19:02:14 +00:00
parent cd5a5bff79
commit 0aedf5eecf
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
run: npm start run: npm start
- name: Upload PDF artifact - name: Upload PDF artifact
uses: https://git.keligrubb.com/actions/upload-artifact@v3 uses: https://git.keligrubb.com/actions/upload-artifact@v7
with: with:
name: release-pdf name: release-pdf
path: "*.pdf" path: "*.pdf"
@@ -47,7 +47,7 @@ jobs:
GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }}
steps: steps:
- name: Download PDF artifact - name: Download PDF artifact
uses: https://git.keligrubb.com/actions/download-artifact@v3 uses: https://git.keligrubb.com/actions/download-artifact@v8
with: with:
name: release-pdf name: release-pdf
path: . path: .