diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5433c29..31aefbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - name: Upload coverage artifact if: always() && matrix.os == 'ubuntu-latest' && matrix.node == 20 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-node${{ matrix.node }}-${{ matrix.os }} path: coverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 695299e..729a8cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: - name: Upload coverage artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-release-${{ github.ref_name }} path: coverage