Skip to content

Commit dcb04e7

Browse files
committed
fix: unique db dump artifact id
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 13ea740 commit dcb04e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
- name: Upload database dumps
365365
uses: actions/upload-artifact@v4
366366
with:
367-
name: database-dumps
367+
name: database-dumps-${{ matrix.server-versions }}-php@${{ matrix.php-versions }}
368368
path: |
369369
/tmp/0_pgdump_nextcloud
370370
/tmp/1_pgdump_nextcloud

0 commit comments

Comments
 (0)