diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 55d58df..831d39f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: Download Snapshot - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: Release run-id: ${{ github.event.workflow_run.id }}