From 894af04ddc92c47e786097a3cfb10f5f8ca4c391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:30:32 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#71) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index afffb33..8d2fa2f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -34,7 +34,7 @@ jobs: fi id: diff_src - name: Upload the expected version of src/ in case of failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff_src.conclusion == 'failure' }} with: name: expected-src @@ -47,7 +47,7 @@ jobs: fi id: diff_dist - name: Upload the expected version of dist/ in case of failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff_dist.conclusion == 'failure' }} with: name: expected-dist