Skip to content

Commit 7bae50d

Browse files
Bump actions/upload-artifact from 4 to 5 (#59)
1 parent 10d64cf commit 7bae50d

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
@@ -38,7 +38,7 @@ jobs:
3838
run: ./gradlew build
3939

4040
- name: Save Test Reports
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
if: always()
4343
with:
4444
name: test-reports-${{ matrix.os }}-${{ matrix.java-version }}-${{ matrix.distribution }}

0 commit comments

Comments
 (0)