diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34c4340..3546a72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: with: submodules: false - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 # with: # path: dist # - run: ls -al ./dist @@ -167,7 +167,7 @@ jobs: done - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2 + uses: svenstaro/upload-release-action@v4 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/*