Skip to content

Commit

Permalink
build: change action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Oct 31, 2024
1 parent e6060de commit 98b8ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Run Test
run: make test
- name: Upload coverage artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage.out
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run Test
run: make test-plugins PLUGIN=${{ matrix.plugins }}
- name: Upload coverage artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: coverage-plugins
path: coverage-plugins*.out
Expand Down

0 comments on commit 98b8ccf

Please sign in to comment.