diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 076abe9d9..e575c5aa2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -206,7 +206,7 @@ jobs: - uses: actions/checkout@v4 - name: Download built artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binary_artifacts path: build @@ -433,7 +433,7 @@ jobs: - name: Download built artifacts if: steps.cached_ssm.outputs.cache-hit != 'true' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: msi_artifacts path: "${{ env.PACKAGING_ROOT }}" @@ -479,7 +479,7 @@ jobs: - name: Download built artifacts if: steps.cached_packages.outputs.cache-hit != 'true' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: msi_artifacts path: "${{ env.PACKAGING_ROOT }}" diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index 04c4ebc70..4f6d049d0 100644 --- a/.github/workflows/PR-build.yml +++ b/.github/workflows/PR-build.yml @@ -195,7 +195,7 @@ jobs: - name: Download built artifacts if: ${{ needs.changes.outputs.changed == 'true' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binary_artifacts path: build diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 3e1ad10f1..db3922e47 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -216,7 +216,7 @@ jobs: run: pip install Jinja2 - name: get all artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts diff --git a/.github/workflows/rollback.yml b/.github/workflows/rollback.yml index d3e7a8588..fc8d3ce35 100644 --- a/.github/workflows/rollback.yml +++ b/.github/workflows/rollback.yml @@ -322,7 +322,7 @@ jobs: aws-secret-access-key: ${{ secrets.RELEASE_CN_SECRET }} aws-region: cn-north-1 - name: Download versions artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ matrix.type }}-versions path: ${{ env.SSM_ARTIFACT_ROOT }}