diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b1b6bd31e59..f2c057543a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,7 +96,7 @@ jobs: working-directory: build-test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} plugins: gcov diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 8f9b44726b5..d2a03827991 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,7 +7,7 @@ jobs: runs-on: windows-latest if: ${{ startsWith(github.event.release.tag_name, 'v') }} steps: - - uses: vedantmgoyal2009/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e + - uses: vedantmgoyal9/winget-releaser@main with: identifier: ChatterinoTeam.Chatterino installers-regex: ^Chatterino.Installer.exe$