diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4504881..fa141a4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,7 +249,7 @@ jobs: uses: actions/checkout@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: plue-release-${{ github.sha }} @@ -303,7 +303,7 @@ jobs: uses: actions/checkout@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: plue-release-${{ github.sha }} @@ -349,7 +349,7 @@ jobs: fetch-depth: 0 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: plue-release-${{ github.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 409c3bca..a64c8103 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -193,7 +193,7 @@ jobs: needs: [build-release, validate-release] steps: - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: release-macos-universal @@ -235,7 +235,7 @@ jobs: fetch-depth: 0 - name: Download all release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: release-macos-universal