Skip to content

Commit

Permalink
fix(ci): update to up/download-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxekman committed Jan 5, 2025
1 parent ac3a972 commit 202555f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
make test_cover
- name: Store coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
path: unit.coverprofile
Expand All @@ -51,7 +51,7 @@ jobs:
make test_integration_cover
- name: Store coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
path: integration.coverprofile
Expand All @@ -69,7 +69,7 @@ jobs:
go-version: 1.16

- name: Load coverage
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: coverage

Expand Down

0 comments on commit 202555f

Please sign in to comment.