Skip to content

Commit

Permalink
Update upload-artifact (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel authored Jan 9, 2025
1 parent ad767b5 commit 6fa2c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ jobs:
POSTGRES_PASSWORD: password
TMPDIR: /tmp

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: test-coverage
path: coverage

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: test-coverage-report
path: coverage/coverage.json
Expand Down

0 comments on commit 6fa2c18

Please sign in to comment.