From 351d697806a82327ef14c9a0c9d12a036f121707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 21:35:47 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index ced61eb..00fe20a 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -83,7 +83,7 @@ jobs: - name: Store encrypted dump as artifact (30-day retention) if: env.BACKUP_KEY != '' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: license-backup-${{ github.run_id }} path: backup.dump.enc