diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b2b498..661cade 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: python -m pip install 'build>=1,<2' python -m build - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: python-distributables path: | @@ -110,7 +110,7 @@ jobs: } Compress-Archive -Path dist\CursorChatBrowser -DestinationPath CursorChatBrowser-windows.zip - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: windows-bundle path: CursorChatBrowser-windows.zip