diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e2fee39c..c8ccdb254 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@v6 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 27847c7e5..fa60663be 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@v6 with: name: dist path: dist