diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00c9e19..b26619c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x' with: name: build-artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20a50b4..d325ae4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: fi - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.os }}-release path: |