diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8532959..6313759 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -70,7 +70,7 @@ jobs: docker compose logs > docker-compose.log - name: Upload logs - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: always() with: name: logs