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:
dependabot[bot] 2024-01-01 13:48:38 +00:00 committed by Alejandro González
parent 87d5c2441b
commit 9ac9140aea

View file

@ -145,7 +145,7 @@ jobs:
run: cargo build --release run: cargo build --release
- name: Upload CLI binary as artifact - name: Upload CLI binary as artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: Oxipng binary (${{ matrix.target }}) name: Oxipng binary (${{ matrix.target }})
path: | path: |