diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 85d4bf2..3520e53 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -252,10 +252,10 @@ jobs: # - name: List # run: find ./artifacts - name: Release - uses: svenstaro/upload-release-action@v2 + uses: svenstaro/upload-release-action@v4 with: - repo_token: ${{ secrets.YOUR_TOKEN }} + repo_token: ${{ secrets.MY_TOKEN }} file: ./artifacts/**/*.tar.gz tag: ${{ github.ref }} overwrite: true - file_glob: true \ No newline at end of file + file_glob: true