From 86aeaf3737de6f51a367e465086e1e236db5f783 Mon Sep 17 00:00:00 2001 From: Secbone Date: Wed, 30 Oct 2024 14:25:55 +0800 Subject: [PATCH] chore: fix up;oad/download artifacts --- .github/workflows/macos.yml | 4 ++-- .github/workflows/windows.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9ad590c..af67c67 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -24,7 +24,7 @@ jobs: - run: pip install .[all] - run: make test - run: make dist_wheel - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: wheel path: dist/*.whl @@ -34,7 +34,7 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/release' }} runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: wheel path: dist/ diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index eec40a3..b607916 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,7 +24,7 @@ jobs: - run: pip install .[all] - run: make test - run: make dist_wheel - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: wheel path: dist/*.whl @@ -34,7 +34,7 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/release' }} runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: wheel path: dist/