Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
878fd6b4f7
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>
2024-03-11 19:19:39 +00:00

View File

@ -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