From dc045ad7d192981c4feb4589dfa830d7ac9b3743 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Fri, 28 Feb 2025 12:02:10 -0500 Subject: [PATCH] Update action version --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a79a4c745..6867619af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: npm run build npm run zipdist - name: Upload dist artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist-files path: | @@ -46,7 +46,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Download dist artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist-files - name: Create release @@ -71,7 +71,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Download dist artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist-files - name: Set up Python