Skip to content

Commit b613660

Browse files
Update actions/upload-artifact action to v6 (#822)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30a9cf3 commit b613660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
./gradlew test jacocoTestReport
3232
3333
- name: Upload Coverage Report
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v6
3535
if: always()
3636
with:
3737
name: coverage-report
3838
path: server/build/reports/jacoco/test/html/
3939
retention-days: 14
4040

4141
- name: Upload Test Results
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v6
4343
if: always()
4444
with:
4545
name: test-results

0 commit comments

Comments
 (0)