diff --git a/.github/workflows/flyway-check-drift.yml b/.github/workflows/flyway-check-drift.yml index a113e68..e382803 100644 --- a/.github/workflows/flyway-check-drift.yml +++ b/.github/workflows/flyway-check-drift.yml @@ -26,7 +26,7 @@ jobs: - name: Download snapshot artifact (if available) if: ${{ inputs.snapshot_artifact_name != '' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ inputs.snapshot_artifact_name }} path: ./snapshot || true