diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d70af35..e2f0419 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,7 +159,7 @@ jobs: cache: pip - name: Download built package - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: package-wheel-cp${{ matrix.python }}-${{ matrix.os }} path: dist diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index e052c69..2fc38cc 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -150,7 +150,7 @@ jobs: uses: actions/checkout@v5 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: # pattern should match the upload artifact naming convention # of the previous jobs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55cda8e..92b518a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -141,7 +141,7 @@ jobs: uses: actions/checkout@v5 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: # pattern should match the upload artifact naming convention # of the previous jobs diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index ce3980f..3fbf8c9 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v5 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: # pattern should match the upload artifact naming convention # of the previous jobs