]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: update actions/upload-artifact and actions/download-artifact
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fri, 5 Jul 2024 17:52:52 +0000 (17:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Jul 2024 20:59:18 +0000 (22:59 +0200)
update actions/upload-artifact digest to 0b2256b
update actions/download-artifact digest to fa0a91b

Closes #14111
Closes #14110

.github/workflows/distcheck.yml
.github/workflows/windows.yml

index 02beb2c47d76537ed28713481262a1737eea1097..aa047c2cbff65ab077eb6209a821b20f385cdcce 100644 (file)
@@ -50,7 +50,7 @@ jobs:
           mkdir run2; cp -p ./curl-99.98.97.* run2/
           diff run1 run2
 
-      - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
+      - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
         with:
           name: 'release-tgz'
           path: 'curl-99.98.97.tar.gz'
@@ -74,7 +74,7 @@ jobs:
     timeout-minutes: 30
     needs: maketgz-and-verify-in-tree
     steps:
-      - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
+      - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
         with:
           name: 'release-tgz'
 
@@ -97,7 +97,7 @@ jobs:
     timeout-minutes: 30
     needs: maketgz-and-verify-in-tree
     steps:
-      - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
+      - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
         with:
           name: 'release-tgz'
 
@@ -118,7 +118,7 @@ jobs:
     timeout-minutes: 30
     needs: maketgz-and-verify-in-tree
     steps:
-      - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
+      - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
         with:
           name: 'release-tgz'
 
index d1b1cf50b3399d268d39ee2817e78afb4f2bcfd3..ecfe613c572ebc63774be88d729398dbe8b5c025 100644 (file)
@@ -529,7 +529,7 @@ jobs:
       - name: 'upload logs on failure'
         timeout-minutes: 10
         if: failure()
-        uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
+        uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
         with:
           name: windows_logs_${{matrix.name}}_${{github.event.pull_request.head.sha}}
           path: logs.7z