diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93c0675..2d9b08b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: # right after the package is published on PyPi # (and might not be distributed in the CDN yet) - name: Create virtual environment - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 5 max_attempts: 5 @@ -165,7 +165,7 @@ jobs: sha256sum *.{tar.gz,zip} > ${{github.event.repository.name}}-${{needs.build.outputs.cli_version}}-checksums.txt - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: 'builds/*' draft: true