We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafc6f4 commit c106725Copy full SHA for c106725
.github/workflows/integration-test.yaml
@@ -40,7 +40,7 @@ jobs:
40
docker compose logs --no-color > docker-compose-logs.txt
41
docker compose down
42
- name: Upload service logs
43
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
44
if: failure()
45
with:
46
name: docker-compose-logs.txt
0 commit comments