diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d717288498..63bcd6bcce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: contents: read steps: # retrieve your distributions here - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: artifacts path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78b06bcf2b..37919d5cd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -713,7 +713,7 @@ jobs: run: | pip3 install coverage - name: Download all coverage artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: ./coverage - name: Combine coverage