diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-04 16:45:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 16:45:03 +0900 |
| commit | 9bc4be8c0917957400a0dd6251c18fde08a37943 (patch) | |
| tree | d63b7df9d4a7c16b363fddd11aea8715b41bb8bc /.github | |
| parent | 0f6ad8f7b1f69adca21f01e698c5feab122f0002 (diff) | |
| parent | c42da4ba756a9ad56238cd95b77309760d593cf5 (diff) | |
| download | LunaticChat-9bc4be8c0917957400a0dd6251c18fde08a37943.tar.gz LunaticChat-9bc4be8c0917957400a0dd6251c18fde08a37943.tar.bz2 LunaticChat-9bc4be8c0917957400a0dd6251c18fde08a37943.zip | |
Merge pull request #160 from m1sk9/renovate/codecov-codecov-action-6.x
chore(deps): update codecov/codecov-action action to v6
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 170ba36..bdf605f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: | |
