Skip to content

Commit 0150b78

Browse files
committed
actions/upload-artifact@v3 -> actions/upload-artifact@v4
1 parent 6cbba09 commit 0150b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
args: copyAllReports --output-dir=/tmp/test-reports
3333

3434
- name: Archive test reports
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: test-reports
3838
path: /tmp/test-reports

0 commit comments

Comments
 (0)