Skip to content

Commit c94f067

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 53d90df commit c94f067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
PG_DATABASE: ${{ secrets.ACC_TEST_PG_DATABASE }}
6262
PG_USER: ${{ secrets.ACC_TEST_PG_USER }}
6363
PG_PASSWORD: ${{ secrets.ACC_TEST_PG_PASSWORD }}
64-
- uses: actions/upload-artifact@v4
64+
- uses: actions/upload-artifact@v7
6565
with:
6666
name: coverage
6767
path: ./coverage.out

0 commit comments

Comments
 (0)