diff --git a/.github/workflows/update-binary.yml b/.github/workflows/update-binary.yml index 76fa6ae..576b8a2 100644 --- a/.github/workflows/update-binary.yml +++ b/.github/workflows/update-binary.yml @@ -83,7 +83,7 @@ jobs: needs: [ build-stubs ] steps: - name: Get build artifacts - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 with: path: dist merge-multiple: true