From d8a582ed152bbe4160f173ad3b2f78ff9966c3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:49:46 +0100 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#1911) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3a5bbafd4..877756193 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -233,7 +233,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Store Pull Request comment to be posted 📤" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true' with: # leave default names