From 0d21703ab595de16b0d22a4d9d1d39aeae364a91 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 22 Aug 2024 07:04:12 +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 77ad16a..ae08f4b 100644 --- a/.forgejo/workflows/pull_request.yml +++ b/.forgejo/workflows/pull_request.yml @@ -37,7 +37,7 @@ jobs: with: arguments: check - name: Publish JUnit Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: Unit Test Results