diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d996375..c3c02c4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: steps: # Download the release artifacts uploaded in the previous workflow - name: Download Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 id: download continue-on-error: false with: