From 8947ade2adf90f0572adaeb3a5af8e93b1295594 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Oct 2024 15:03:08 +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