We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbba09 commit 0150b78Copy full SHA for 0150b78
.github/workflows/pr-test.yml
@@ -32,7 +32,7 @@ jobs:
32
args: copyAllReports --output-dir=/tmp/test-reports
33
34
- name: Archive test reports
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: test-reports
38
path: /tmp/test-reports
0 commit comments