From 8742a5684768d99ac9bd1e7c719707ca005eb2d0 Mon Sep 17 00:00:00 2001 From: martintomas Date: Mon, 7 Oct 2024 13:49:17 +0200 Subject: [PATCH] chore: upgrade actions/upload-artifact to newest version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fea105b55..e5da8319e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,7 +62,7 @@ jobs: MQ_BETA_ENABLED: ${{ env.MQ_BETA_ENABLED }} run: yarn test:rails - name: Upload Code Coverage - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: code-coverage path: coverage/