From 90eb88d26e455b8e11631c2f9e4899a6ea37c250 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Mar 2026 18:20:51 +0000 Subject: [PATCH] Update https://github.com/actions/upload-artifact action to v7 (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://github.com/actions/upload-artifact](https://github.com/actions/upload-artifact) | action | major | `v6` → `v7` | --- ### Release Notes
actions/upload-artifact (https://github.com/actions/upload-artifact) ### [`v7`](https://github.com/actions/upload-artifact/compare/v6...v7) [Compare Source](https://github.com/actions/upload-artifact/compare/v6...v7)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.keligrubb.com/keligrubb/scrollsmith/pulls/7 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index d918542..78095bf 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: npm start - name: Upload PDF artifact - uses: https://github.com/actions/upload-artifact@v6 + uses: https://github.com/actions/upload-artifact@v7 with: name: release-pdf path: "*.pdf"