From 05fa0bf41b9fc5da8bed2d3aaa0dc82f6f1704bd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Oct 2024 20:03:10 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .forgejo/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pull_request.yml b/.forgejo/workflows/pull_request.yml index e41956c..4384c2d 100644 --- a/.forgejo/workflows/pull_request.yml +++ b/.forgejo/workflows/pull_request.yml @@ -35,7 +35,7 @@ jobs: - name: Run unit tests run: ./gradlew check - name: Publish JUnit Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: Unit Test Results