diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 5cb37140..2dee633e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -76,7 +76,7 @@ jobs: echo "Release version: ${RELEASE_VERSION}" - name: Get release artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: release-* path: release @@ -124,7 +124,7 @@ jobs: persist-credentials: false - name: Get release artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: release-* path: release diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b83a33bb..37234158 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -76,7 +76,7 @@ jobs: persist-credentials: false - name: Get release artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: release-* path: release