Skip to content

Commit 738cee1

Browse files
Merge pull request #188 from TheDeveloperDen/dependabot/github_actions/actions/upload-artifact-5
2 parents 7dcf32d + bbf179e commit 738cee1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 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@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
6666
path: node_modules
@@ -131,7 +131,7 @@ jobs:
131131
run: bun run build
132132
- name: Upload build artifact (bin)
133133
if: always()
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v5
135135
with:
136136
name: build-bin-${{ github.sha }}
137137
path: bin
@@ -161,7 +161,7 @@ jobs:
161161
run: CLICOLOR=1 bun test:retry --coverage --coverage-reporter=lcov
162162

163163
- name: Upload coverage report
164-
uses: actions/upload-artifact@v4
164+
uses: actions/upload-artifact@v5
165165
with:
166166
name: coverage-${{ runner.os }}-${{ github.run_id }}
167167
path: |

.github/workflows/sentry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Upload build artifact (bin)
8686
if: always()
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: bin-${{ github.sha }}
9090
path: bin

0 commit comments

Comments
 (0)