From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:52:52 +0000 (+0000) Subject: GHA: update actions/upload-artifact and actions/download-artifact X-Git-Tag: curl-8_9_0~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d0b925890bd039f98d22f35b6cc314d8fec8da6;p=thirdparty%2Fcurl.git GHA: update actions/upload-artifact and actions/download-artifact update actions/upload-artifact digest to 0b2256b update actions/download-artifact digest to fa0a91b Closes #14111 Closes #14110 --- diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index 02beb2c47d..aa047c2cbf 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -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' diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d1b1cf50b3..ecfe613c57 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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