diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11d914edc..62c66460d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -253,7 +253,7 @@ jobs: fail-on-cache-miss: true - name: Download all coverage artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }} path: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }} diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a81da618c..1e6659e16 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -52,7 +52,7 @@ jobs: id-token: write steps: - name: Download builds - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist