Skip to content

Commit 7199c8f

Browse files
committed
Update actions/upload-artifact action to v3
1 parent e5ff7eb commit 7199c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
gradle-build-scan-report: false
322322

323323
- name: Archive test results
324-
uses: actions/upload-artifact@v2
324+
uses: actions/upload-artifact@v3
325325
if: failure()
326326
with:
327327
name: test-results-ubuntu
@@ -370,7 +370,7 @@ jobs:
370370
gradle-build-scan-report: false
371371

372372
- name: Archive test results
373-
uses: actions/upload-artifact@v2
373+
uses: actions/upload-artifact@v3
374374
if: failure()
375375
with:
376376
name: test-results-windows

0 commit comments

Comments
 (0)