Skip to content

Commit 98b8ccf

Browse files
committed
build: change action version
1 parent e6060de commit 98b8ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Run Test
2020
run: make test
2121
- name: Upload coverage artifact
22-
uses: actions/upload-artifact@v4
22+
uses: actions/upload-artifact@v3
2323
with:
2424
name: coverage
2525
path: coverage.out
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run Test
5858
run: make test-plugins PLUGIN=${{ matrix.plugins }}
5959
- name: Upload coverage artifact
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v3
6161
with:
6262
name: coverage-plugins
6363
path: coverage-plugins*.out

0 commit comments

Comments
 (0)