Skip to content

Commit

Permalink
update version of action artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed Sep 12, 2024
1 parent a323609 commit f45da7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Test
run: make test

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: unitTest-coverage
path: cover.out
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: test-integration
run: make test-integration

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: integrationTest-coverage
path: cover.out
Expand Down

0 comments on commit f45da7c

Please sign in to comment.