diff --git a/.forgejo/workflows/pull-request.yml b/.forgejo/workflows/pull-request.yml index eb305e3..84617d2 100644 --- a/.forgejo/workflows/pull-request.yml +++ b/.forgejo/workflows/pull-request.yml @@ -18,7 +18,7 @@ jobs: with: arguments: --stacktrace check - name: Publish JUnit Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: Unit Test Results