diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 486d367..1e7aa69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -287,7 +287,7 @@ jobs: done - name: Upload release assets - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: files: "*.tar.gz" env: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0a81012..534a647 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -37,7 +37,7 @@ jobs: - name: Upload binary to release if: ${{ steps.release.outputs.release_created }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.release.outputs.tag_name }} files: target/release/pqcrypta-proxy