mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-21 23:49:33 +01:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
829f70f3f3
commit
894af04ddc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-build.yml
vendored
4
.github/workflows/test-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue