diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index b47e657..1a6d4ef 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -125,7 +125,7 @@ jobs: steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true @@ -230,7 +230,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: digest-* path: /tmp/digests diff --git a/.github/workflows/pacto.yml b/.github/workflows/pacto.yml index e71bcfb..b2c5d0d 100644 --- a/.github/workflows/pacto.yml +++ b/.github/workflows/pacto.yml @@ -121,7 +121,7 @@ jobs: fi - name: Download bundle artifact - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v8 with: name: pacto-dashboard-bundle path: pactos/pacto-dashboard/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e7c960..c22b38b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true