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 96fce94 commit af658f8Copy full SHA for af658f8
.github/workflows/integration.yml
@@ -89,15 +89,15 @@ jobs:
89
run: mysqldump -uroot -proot --quick --max_allowed_packet=512M domjudge > /tmp/db.sql
90
- name: Upload database dump for debugging
91
if: ${{ !cancelled() }}
92
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
93
with:
94
name: DB-dump-${{ matrix.SQL_ISOLATION }}
95
path: /tmp/db.sql
96
- name: Upload all logs/artifacts
97
98
uses: actions/upload-artifact@v4
99
100
- name: Logs
+ name: Logs-${{ matrix.SQL_ISOLATION }}
101
path: |
102
/var/log/nginx
103
/opt/domjudge/domserver/webapp/var/log/*.log
0 commit comments