diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96f995e..a9c4890 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Build TunnelSSH run: ${{ matrix.build_script }} - name: Upload release - uses: svenstaro/upload-release-action@v1-release + uses: svenstaro/upload-release-action@2.5.0 if: startsWith(github.ref, 'refs/tags/') with: file_glob: true