Point Gitea Actions at git.keligrubb.com action mirrors. #10

Merged
keligrubb merged 2 commits from ci/gitea-workflow-action-mirrors into main 2026-04-15 03:02:55 +00:00
Showing only changes of commit 9cd8cd7076 - Show all commits
+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: |