File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments