We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b002a commit a4e5287Copy full SHA for a4e5287
1 file changed
.github/workflows/coverage.yml
@@ -60,7 +60,7 @@ jobs:
60
run: docker logs test_suite > my_logs.txt 2>&1
61
62
- name: Upload docker logs
63
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
64
if: always()
65
with:
66
name: docker logs
0 commit comments