Skip to content

Commit 5328245

Browse files
authored
Merge pull request #154 from iTitus/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents a1ade1c + 256d9c4 commit 5328245

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@v5
43+
uses: actions/upload-artifact@v6
4444
if: always()
4545
with:
4646
name: test-reports-${{ matrix.os }}-${{ matrix.java-version }}-${{ matrix.distribution }}

0 commit comments

Comments
 (0)