diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 9898d6c424..f8570370cf 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,7 +7,7 @@ jobs: publish: runs-on: windows-latest # action can only be run on windows steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: SomePythonThings.WingetUIStore version: ${{ github.event.release.tag_name }}