diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ee160b..a5d56f9 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@v6 + uses: actions/download-artifact@v7 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 9cbc12b..41b61b5 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -150,7 +150,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 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 68651d4..16a5994 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -141,7 +141,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 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 970c853..6040e00 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: # pattern should match the upload artifact naming convention # of the previous jobs