We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 944ce91 + c341b66 commit 85f26a9Copy full SHA for 85f26a9
1 file changed
.github/workflows/integration-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
run: docker-compose logs > logs.txt
38
- name: Upload logs
39
if: always()
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: docker-compose-logs
43
path: logs.txt
0 commit comments