Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
# showed only "exit code 1" with no summary, no failing test name and no
# assertion. A cell that cannot say what broke is not worth having.
run: npx vitest run --coverage --reporter=blob --reporter=default --outputFile.blob=coverage-blobs/${{ matrix.os }}.json
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
# NOT vitest's default `.vitest-reports/`: upload-artifact defaults to
# `include-hidden-files: false`, so a dot-directory uploads NOTHING and
# the merge job silently reported `blobs merged: 0` for every run since
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
# showed only "exit code 1" with no summary, no failing test name and no
# assertion. A cell that cannot say what broke is not worth having.
run: npx vitest run --coverage --reporter=blob --reporter=default --outputFile.blob=coverage-blobs/${{ matrix.os }}.json
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
# NOT vitest's default `.vitest-reports/`: upload-artifact defaults to
# `include-hidden-files: false`, so a dot-directory uploads NOTHING and
# the merge job silently reported `blobs merged: 0` for every run since
Expand Down
Loading