From 57e033b3bcef13d716fb3f380d0330160af5adf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:37:59 +0100 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 (#237) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index aae92bd1..e5941140 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -150,7 +150,7 @@ jobs: flags: remote,${{ matrix.mapdl-version }} - name: Upload coverage artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.mapdl-version }}-remote.xml path: ./${{ matrix.mapdl-version }}-remote.xml