diff --git a/.github/workflows/buildReleaseAndPublish.yml b/.github/workflows/buildReleaseAndPublish.yml index ded3e45..6741b7f 100644 --- a/.github/workflows/buildReleaseAndPublish.yml +++ b/.github/workflows/buildReleaseAndPublish.yml @@ -60,7 +60,7 @@ jobs: path: dist - name: Release python wheels - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v.1.16.0 + uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v.1.18.0 with: artifacts: dist/*.whl token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/buildReleaseAndPublishWindows.yml b/.github/workflows/buildReleaseAndPublishWindows.yml index 28ecd1c..90d43ce 100644 --- a/.github/workflows/buildReleaseAndPublishWindows.yml +++ b/.github/workflows/buildReleaseAndPublishWindows.yml @@ -69,7 +69,7 @@ jobs: path: dist - name: Release python wheels - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0 + uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0 with: artifacts: dist/*.whl token: "${{ secrets.GITHUB_TOKEN }}"