Skip to content

Commit 9ed9768

Browse files
authored
Merge pull request #346 from fraktalio/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.6.0
2 parents 882bc5a + 7bd2712 commit 9ed9768

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)