diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afc8690..a051ddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Get Packages - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.package.outputs.artifact-name }} path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16fc8cf..caf3c80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: python-version: "3.x" - name: Get packages - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.ci.outputs.artifact-name }} path: dist