Skip to content

Commit e58d686

Browse files
authored
Merge pull request #343 from hotwired/ci_fix
Fix CI (update artifact version)
2 parents 275a307 + 1c1f705 commit e58d686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: ./gradlew testRelease
2323

2424
- name: Archive test results
25-
uses: actions/upload-artifact@v2
25+
uses: actions/upload-artifact@v4
2626
if: failure()
2727
with:
2828
name: test-results-report

0 commit comments

Comments
 (0)