diff --git a/.github/workflows/branch-preview.yaml b/.github/workflows/branch-preview.yaml index 92ba2e80..aeaa2c51 100644 --- a/.github/workflows/branch-preview.yaml +++ b/.github/workflows/branch-preview.yaml @@ -219,7 +219,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: download ${{ matrix.target }} binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ${{ matrix.target }}-binary path: dist @@ -267,12 +267,12 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: download all sc platform artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts pattern: sc-* - name: download bin tools artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: bin-tools path: bin diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 30e1bf4c..16f9c5ad 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -288,19 +288,19 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: download github-actions-staging binary if: matrix.image == 'github-actions-staging' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: github-actions-staging-binary path: bin - name: download github-actions binary if: matrix.image == 'github-actions' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: github-actions-binary path: dist - name: download cloud-helpers binary if: matrix.image == 'cloud-helpers-aws' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: cloud-helpers-binary path: dist @@ -365,18 +365,18 @@ jobs: EOF sc secrets reveal - name: download all build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts - name: download bin tools artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: bin-tools path: bin - name: fix bin tools permissions run: chmod +x bin/* - name: download docs artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: docs-site path: docs/site