ソースを参照

Update codecov action

tags/v2.1.8^2
9seconds 6ヶ月前
コミット
5e38819506
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml ファイルの表示

@@ -65,7 +65,7 @@ jobs:
65 65
         run: go test -coverprofile=./coverage.txt -covermode=atomic -v ./...
66 66
 
67 67
       - name: Collect coverage
68
-        uses: codecov/codecov-action@v1
68
+        uses: codecov/codecov-action@v5
69 69
         with:
70 70
           file: ./coverage.txt
71 71
 

読み込み中…
キャンセル
保存