From 0e20d3198b01932a741771efdc2be27543ee3848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:12:00 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_run_scm_rts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_run_scm_rts.yml b/.github/workflows/ci_run_scm_rts.yml index 319576f5d..aa7f85a7a 100644 --- a/.github/workflows/ci_run_scm_rts.yml +++ b/.github/workflows/ci_run_scm_rts.yml @@ -217,7 +217,7 @@ jobs: ./cmp_rt2bl.py --dir_rt ${dir_rt} --dir_bl ${dir_bl} - name: Upload plots of SCM Baselines/RTs as GitHub Artifact. - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: rt-plots-${{matrix.build-type}} path: /home/runner/work/ccpp-scm/ccpp-scm/test/scm_rt_out