diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 777703f..22ee194 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -40,7 +40,7 @@ jobs: docker compose logs --no-color > docker-compose-logs.txt docker compose down - name: Upload service logs - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v4.6.2 if: failure() with: name: docker-compose-logs.txt