Skip to content

Commit 1c90f47

Browse files
committed
ci.yml: Fix
1 parent 4188bcf commit 1c90f47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
with:
3333
go-version-file: ./go.mod
3434
- run: ./ci/test.sh
35-
- uses: actions/upload-artifact@v2
36-
if: always()
35+
- uses: actions/upload-artifact@v3
3736
with:
3837
name: coverage.html
3938
path: ./ci/out/coverage.html

0 commit comments

Comments
 (0)