diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aed49b1..5aaf4c9 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 a030822..d23229e 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 aec223a..e209698 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 1197da0..a1294e2 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