Skip to content

Commit ec02334

Browse files
⬆️(deps): Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c84308f commit ec02334

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/daily-benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: pnpm run build:scripts
5353

5454
- name: Upload built scripts
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v5
5656
with:
5757
name: built-scripts
5858
path: dist/
@@ -108,7 +108,7 @@ jobs:
108108
node dist/scripts/benchmark-single-tool.js ${{ matrix.tool }} --output json > benchmark-results-${{ matrix.tool }}.json
109109
110110
- name: Upload benchmark results for ${{ matrix.tool }}
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v5
112112
with:
113113
name: benchmark-results-${{ matrix.tool }}
114114
path: benchmark-results-${{ matrix.tool }}.json
@@ -221,7 +221,7 @@ jobs:
221221
BENCHMARK_RESULTS: ${{ env.RESULTS_JSON }}
222222

223223
- name: Upload analysis artifacts
224-
uses: actions/upload-artifact@v4
224+
uses: actions/upload-artifact@v5
225225
with:
226226
name: analysis-results
227227
path: |

.github/workflows/daily-updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pnpm install
2828

2929
- name: Upload current lockfile
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: original-lockfile
3333
path: pnpm-lock.yaml
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Upload updated files
8484
if: steps.changes.outputs.has-changes == 'true'
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: updated-files
8888
path: |

0 commit comments

Comments
 (0)