diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 00d7337254..b24388fb54 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -95,7 +95,7 @@ jobs: id-token: write if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: cibw-* path: dist @@ -124,7 +124,7 @@ jobs: swap-storage: true docker-images: true - uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: source/install/docker/dist pattern: cibw-*-manylinux_x86_64-cu${{ matrix.cuda_version }}* @@ -157,7 +157,7 @@ jobs: needs: [build_wheels, build_sdist] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: dist/packages pattern: cibw-* diff --git a/.github/workflows/package_c.yml b/.github/workflows/package_c.yml index 8589faab16..4767e95fe4 100644 --- a/.github/workflows/package_c.yml +++ b/.github/workflows/package_c.yml @@ -65,7 +65,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: libdeepmd_c-* merge-multiple: true diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 1b882738e5..23b98d239a 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -100,7 +100,7 @@ jobs: key: test2-durations-combined-${{ matrix.python }}-${{ github.sha }} restore-keys: test2-durations-combined-${{ matrix.python }} - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: split-${{ matrix.python }}-* merge-multiple: true