chore(deps): update github artifact actions
This commit is contained in:
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user