Skip to content

Commit 7bd2712

Browse files
Update actions/upload-artifact action to v4.6.0
1 parent 9299bd7 commit 7bd2712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: ./gradlew mingwX64Test --full-stacktrace
4646

4747
- name: Upload reports
48-
uses: actions/upload-artifact@v4.5.0
48+
uses: actions/upload-artifact@v4.6.0
4949
with:
5050
name: 'reports-${{ matrix.os }}'
5151
path: '**/build/reports/**'

0 commit comments

Comments
 (0)