Skip to content

Commit 42dbcd1

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 23f1306 commit 42dbcd1

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
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Download Test Report
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
name: junit-test-results-${{ matrix.tag }}
107107
- name: Publish Test Report

0 commit comments

Comments
 (0)