Skip to content

Commit af658f8

Browse files
author
Michael Vasseur
committed
Fixup
1 parent 96fce94 commit af658f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ jobs:
8989
run: mysqldump -uroot -proot --quick --max_allowed_packet=512M domjudge > /tmp/db.sql
9090
- name: Upload database dump for debugging
9191
if: ${{ !cancelled() }}
92-
uses: actions/upload-artifact@v3
92+
uses: actions/upload-artifact@v4
9393
with:
9494
name: DB-dump-${{ matrix.SQL_ISOLATION }}
9595
path: /tmp/db.sql
9696
- name: Upload all logs/artifacts
9797
if: ${{ !cancelled() }}
9898
uses: actions/upload-artifact@v4
9999
with:
100-
name: Logs
100+
name: Logs-${{ matrix.SQL_ISOLATION }}
101101
path: |
102102
/var/log/nginx
103103
/opt/domjudge/domserver/webapp/var/log/*.log

0 commit comments

Comments
 (0)