diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 2c3b47e0..28890fce 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -59,7 +59,7 @@ jobs: - name: package surefire artifacts if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: my-artifact path: tests/target/surefire-reports/ # or path/to/artifact