Skip to content

Commit d6d0581

Browse files
Bump actions/upload-artifact from 6 to 7 (#161)
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) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c2ef2c commit d6d0581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: ./gradlew build
4141

4242
- name: Save Test Reports
43-
uses: actions/upload-artifact@v6
43+
uses: actions/upload-artifact@v7
4444
if: always()
4545
with:
4646
name: test-reports-${{ matrix.os }}-${{ matrix.java-version }}-${{ matrix.distribution }}

0 commit comments

Comments
 (0)