diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 94335f98..e09dc8ce 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -47,7 +47,7 @@ jobs: args: copyAllReports --output-dir=/tmp/test-reports - name: Archive test reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports path: /tmp/test-reports