Skip to content

Commit 294a8b8

Browse files
Merge pull request #208 from TheDeveloperDen/renovate/actions-upload-artifact-6.x
2 parents 5eaa879 + 5d7b591 commit 294a8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v5
63+
uses: actions/upload-artifact@v6
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@v5
137+
uses: actions/upload-artifact@v6
138138
with:
139139
name: coverage-${{ runner.os }}-${{ github.run_id }}
140140
path: |

0 commit comments

Comments
 (0)