diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72c9ec0..77786c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: cd release && tar -czf ../podcache-linux-x64.tar.gz * - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: podcache-linux-x64.tar.gz name: PodCache ${{ github.ref_name }}