diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e58b0d..e7bbcd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - name: Upload migration bundle if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ env.APP_NAME }}-migrate-linux-x64 path: artifacts/migrations/${{ env.MIGRATION_BUNDLE_NAME }}