Update https://github.com/actions/upload-artifact action to v7
All checks were successful
PR / test-coverage (pull_request) Successful in 22s
PR / lint (pull_request) Successful in 30s

This commit is contained in:
2026-03-04 18:03:07 +00:00
parent fb2ffeb4fe
commit fb1c9d32e2

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"