build(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>

Closes #12627
This commit is contained in:
dependabot[bot] 2024-01-02 22:32:42 +00:00 committed by Daniel Stenberg
parent 03fcddba22
commit 1f138afcc2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -39,7 +39,7 @@ jobs:
- run: ./maketgz 99.98.97
name: 'maketgz'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: 'release-tgz'
path: 'curl-99.98.97.tar.gz'