Skip to content

Commit 529f245

Browse files
build(deps): bump actions/upload-artifact (#361)
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](actions/upload-artifact@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1713e0e commit 529f245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
command: ./mvnw ${{ matrix.goal }}
3737
- name: Store test results
3838
if: matrix.goal == 'test' && (success() || failure())
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
with:
4141
name: test-results
4242
path: '**/target/surefire-reports'
43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v5
4444
if: contains(matrix.goal, 'license')
4545
with:
4646
name: license-report

0 commit comments

Comments
 (0)