Skip to content

Commit

Permalink
update upload/download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Dec 5, 2024
1 parent edfb274 commit 055da71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
PYTHON_IMAGE: ${{ matrix.images.PYTHON_IMAGE }}
POSTGRES_IMAGE: ${{ matrix.images.POSTGRES_IMAGE }}
- name: Upload coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage.xml
Expand All @@ -67,7 +67,7 @@ jobs:
# Check out repository so codecov isn't lost
- uses: actions/checkout@master
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 055da71

Please sign in to comment.