Skip to content

Commit 564ff0e

Browse files
committed
Use latest GHA for DB artifact upload
1 parent 48dba61 commit 564ff0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: mysqldump -uroot -proot domjudge > /tmp/db.sql
8585
- name: Upload database dump for debugging
8686
if: ${{ !cancelled() }}
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: DB-dump
9090
path: /tmp/db.sql

0 commit comments

Comments
 (0)