Skip to content

Commit 4393a2d

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 1fa67ee commit 4393a2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install dependencies
6161
run: bun install --frozen-lockfile
6262
- name: Upload node_modules artifact
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
6666
path: node_modules
@@ -134,7 +134,7 @@ jobs:
134134
run: CLICOLOR=1 bun test:retry --coverage --coverage-reporter=lcov
135135

136136
- name: Upload coverage report
137-
uses: actions/upload-artifact@v6
137+
uses: actions/upload-artifact@v7
138138
with:
139139
name: coverage-${{ runner.os }}-${{ github.run_id }}
140140
path: |

0 commit comments

Comments
 (0)