Skip to content

Commit

Permalink
Use latest GHA for DB artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 9, 2024
1 parent 1a1aa33 commit 672864f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: mysqldump -uroot -proot domjudge > /tmp/db.sql
- name: Upload database dump for debugging
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: DB-dump
path: /tmp/db.sql
Expand Down

0 comments on commit 672864f

Please sign in to comment.