From a4b98bc79f8be3d1143e4a1423e811c354032a0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:33:39 -0600 Subject: [PATCH] Update actions/download-artifact digest to v3 (#4795) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ernestognw --- .github/workflows/release-cycle.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-cycle.yml b/.github/workflows/release-cycle.yml index 12da449f9..85fe70b6d 100644 --- a/.github/workflows/release-cycle.yml +++ b/.github/workflows/release-cycle.yml @@ -143,7 +143,7 @@ jobs: env: PRERELEASE: ${{ needs.state.outputs.is_prerelease }} - name: Upload tarball artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.ref_name }} path: ${{ steps.pack.outputs.tarball }} @@ -170,9 +170,7 @@ jobs: - uses: actions/checkout@v4 - name: Download tarball artifact id: artifact - # Replace with actions/upload-artifact@v3 when - # https://github.com/actions/download-artifact/pull/194 gets released - uses: actions/download-artifact@e9ef242655d12993efdcda9058dee2db83a2cb9b + uses: actions/download-artifact@v4 with: name: ${{ github.ref_name }} - name: Check integrity