diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bf89e1109..0bbd803b4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v5 - name: 💾 Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: artifact-* merge-multiple: true diff --git a/.github/workflows/push_pull.yml b/.github/workflows/push_pull.yml index 70f404031..2abe183df 100644 --- a/.github/workflows/push_pull.yml +++ b/.github/workflows/push_pull.yml @@ -70,7 +70,7 @@ jobs: echo "VERSION=$(tr -d '\n' < .version)" >> $GITHUB_ENV - name: 💾 Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: artifact-* path: all-artifacts