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 1a1aa33 commit 672864fCopy full SHA for 672864f
.github/workflows/integration.yml
@@ -84,7 +84,7 @@ jobs:
84
run: mysqldump -uroot -proot domjudge > /tmp/db.sql
85
- name: Upload database dump for debugging
86
if: ${{ !cancelled() }}
87
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
88
with:
89
name: DB-dump
90
path: /tmp/db.sql
0 commit comments