Skip to content

Commit e2fbaa5

Browse files
dependabot[bot]manovotn
authored andcommitted
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b15305b commit e2fbaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash
6060
run: find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
6161
- name: Upload failure Archive (if maven failed)
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v6
6363
if: failure()
6464
with:
6565
name: test-reports-jdk${{matrix.java.name}}

0 commit comments

Comments
 (0)