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>
pull/367/head
dependabot[bot] 1 year ago committed by GitHub
parent 43214de249
commit 25c8806e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ jobs:
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
- name: Upload ZIP file to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sonic-${{matrix.goos}}-${{matrix.goarch}}.zip
path: sonic-${{matrix.goos}}-${{matrix.goarch}}.zip

Loading…
Cancel
Save