From d0f7a50c23d404f852b08b266cc4e57b4c9781e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 13:58:34 +0000 Subject: [PATCH] chore(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/ci.yml | 2 +- .github/workflows/nightly-live.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd4b7f0..a1837e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Upload surefire reports on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: surefire-${{ matrix.java }} path: | diff --git a/.github/workflows/nightly-live.yml b/.github/workflows/nightly-live.yml index d77f475..af001ce 100644 --- a/.github/workflows/nightly-live.yml +++ b/.github/workflows/nightly-live.yml @@ -39,7 +39,7 @@ jobs: - name: Upload live smoke reports on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: nightly-live-failsafe path: '**/target/failsafe-reports' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6031ad0..bbd5546 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: Upload release artefacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-artefacts path: | @@ -97,7 +97,7 @@ jobs: - name: Upload surefire reports on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-surefire path: |