chore(deps): bump actions/upload-artifact from 3 to 4
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>
This commit is contained in:
parent
7fbcb5e810
commit
878fd6b4f7
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -109,7 +109,7 @@ jobs:
|
|||||||
run: echo ${{ steps.build_rel.outputs.digest }} > /tmp/digest.txt
|
run: echo ${{ steps.build_rel.outputs.digest }} > /tmp/digest.txt
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: digest_${{ matrix.name }}
|
name: digest_${{ matrix.name }}
|
||||||
path: /tmp/digest.txt
|
path: /tmp/digest.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user