Skip to content

Commit be50445

Browse files
Bump actions/upload-artifact from 6 to 7 (#107)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Signed-off-by: dependabot[bot] <support@github.com>
1 parent afaf0f2 commit be50445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Upload Build Log
6363
if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
64-
uses: actions/upload-artifact@v6
64+
uses: actions/upload-artifact@v7
6565
with:
6666
name: build-log-java-${{ matrix.java }}-${{ matrix.os }}
6767
path: build.log

0 commit comments

Comments
 (0)