From 6853e17f8a2dab26bd1b7a29498421b6122ed1ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:16:07 +0000 Subject: [PATCH] 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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef1ed16..2432b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: # integration tests are exercised by the `test` job but excluded # here to keep this job fast and deterministic. - run: cargo llvm-cov --lib --bins --lcov --output-path lcov.info - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: coverage-lcov path: lcov.info diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d61c21..2ce1567 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: Compress-Archive -Path $name -DestinationPath "$name.zip" - name: Upload archive - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: formwatch-${{ matrix.target }} path: formwatch-${{ matrix.target }}.${{ matrix.archive_ext }}