Bump actions/upload-artifact from 3 to 4 (#2265)

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>
pull/2285/head
dependabot[bot] 10 months ago committed by GitHub
parent d6e40afc5e
commit 340cbe09a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/publish.yml

@ -23,7 +23,7 @@ jobs:
python -m pip install build python -m pip install build
python -m build python -m build
- name: Upload distributions - name: Upload distributions
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: slither-dists name: slither-dists
path: dist/ path: dist/

Loading…
Cancel
Save