From 592143999dcbf30ffd8ae6d55593b236adaed946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:03:36 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e13dbe6..0a17c7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,11 +36,11 @@ jobs: command: ./mvnw ${{ matrix.goal }} - name: Store test results if: matrix.goal == 'test' && (success() || failure()) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results path: '**/target/surefire-reports' - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: contains(matrix.goal, 'license') with: name: license-report