We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eaa879 + 5d7b591 commit 294a8b8Copy full SHA for 294a8b8
.github/workflows/lint.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Install dependencies
61
run: bun install --frozen-lockfile
62
- name: Upload node_modules artifact
63
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
64
with:
65
name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
66
path: node_modules
@@ -134,7 +134,7 @@ jobs:
134
run: CLICOLOR=1 bun test:retry --coverage --coverage-reporter=lcov
135
136
- name: Upload coverage report
137
138
139
name: coverage-${{ runner.os }}-${{ github.run_id }}
140
path: |
0 commit comments