Update https://github.com/actions/upload-artifact action to v7 #7

Merged
keligrubb merged 1 commits from renovate/major-github-artifact-actions into main 2026-03-04 18:20:52 +00:00

View File

@@ -33,7 +33,7 @@ jobs:
run: npm start run: npm start
- name: Upload PDF artifact - name: Upload PDF artifact
uses: https://github.com/actions/upload-artifact@v6 uses: https://github.com/actions/upload-artifact@v7
with: with:
name: release-pdf name: release-pdf
path: "*.pdf" path: "*.pdf"