Skip to content

Commit 4dc186e

Browse files
Update actions/upload-artifact action to v4.6.2
1 parent 520db32 commit 4dc186e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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/[email protected].0
48+
uses: actions/[email protected].2
4949
with:
5050
name: 'reports-${{ matrix.os }}'
5151
path: '**/build/reports/**'

0 commit comments

Comments
 (0)