From c95936385ea7b74a7633ee16ab112c109e9a2bde Mon Sep 17 00:00:00 2001 From: Reidar Johansen Date: Wed, 6 Nov 2024 11:57:54 +0100 Subject: [PATCH] Fix actions/upload-artifact --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5944ce3..57d1100 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: fi - name: "Upload dist if failure" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.diff.conclusion == 'failure' with: name: dist