diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 702d535..777703f 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.0 + uses: actions/upload-artifact@v4.6.1 if: failure() with: name: docker-compose-logs.txt