diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f31c236..e4eef00 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.4 + uses: actions/download-artifact@v4.1.5 with: name: ${{ needs.package.outputs.artifact-name }} path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fde5ba..16fc8cf 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.4 + uses: actions/download-artifact@v4.1.5 with: name: ${{ needs.ci.outputs.artifact-name }} path: dist