Skip to content

Commit a8cc7ed

Browse files
authored
Merge pull request #150 from iTitus/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents a987570 + ec3ce3e commit a8cc7ed

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

0 commit comments

Comments
 (0)