]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build(deps): bump actions/upload-artifact from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Jan 2024 22:32:42 +0000 (22:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Jan 2024 13:27:06 +0000 (14:27 +0100)
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

.github/workflows/distcheck.yml

index d63cd46846c99443811a833fc975558090b4fbbe..6daa7a242ec4bed81cc8fe1d28fd88756d45cfea 100644 (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'