diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9878c1fe..130f5f6e6 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@v5 + uses: actions/download-artifact@v7 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 8eab330db..55e81eab2 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@v5 + uses: actions/download-artifact@v7 with: name: dist path: dist