mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
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:
parent
03fcddba22
commit
1f138afcc2
2
.github/workflows/distcheck.yml
vendored
2
.github/workflows/distcheck.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user