]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build(deps): bump actions/download-artifact from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Jan 2024 22:32:38 +0000 (22:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Jan 2024 13:26:39 +0000 (14:26 +0100)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

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

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

.github/workflows/distcheck.yml

index 6c050f517407ff14190dfdc485e02c16b558c606..d63cd46846c99443811a833fc975558090b4fbbe 100644 (file)
@@ -63,7 +63,7 @@ jobs:
     timeout-minutes: 30
     needs: maketgz-and-verify-in-tree
     steps:
-      - uses: actions/download-artifact@v3
+      - uses: actions/download-artifact@v4
         with:
           name: 'release-tgz'
 
@@ -86,7 +86,7 @@ jobs:
     timeout-minutes: 30
     needs: maketgz-and-verify-in-tree
     steps:
-      - uses: actions/download-artifact@v3
+      - uses: actions/download-artifact@v4
         with:
           name: 'release-tgz'
 
@@ -107,7 +107,7 @@ jobs:
     timeout-minutes: 30
     needs: maketgz-and-verify-in-tree
     steps:
-      - uses: actions/download-artifact@v3
+      - uses: actions/download-artifact@v4
         with:
           name: 'release-tgz'