]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/distcheck:: bump actions/upload-artifact from 4.3.6 to 4.4.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 2 Sep 2024 14:08:33 +0000 (14:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Sep 2024 14:01:08 +0000 (16:01 +0200)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Closes #14759

.github/workflows/distcheck.yml

index 3b2cb98cb00c82ddafb52c96bb7bb31a1fc8c677..ad89871fc6da2ac55218e111aa8d87f3d5631805 100644 (file)
@@ -42,7 +42,7 @@ jobs:
         run: |
           SOURCE_DATE_EPOCH=1711526400 ./maketgz 99.98.97
 
-      - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
+      - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
         with:
           name: 'release-tgz'
           path: 'curl-99.98.97.tar.gz'