Skip to content

Commit af002c7

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#1873)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6539b5c commit af002c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run Benchmark
3434
run: npm run bench | tee current.txt
3535
- name: Upload Current Results
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: current
3939
path: current.txt
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run Benchmark
5656
run: npm run bench | tee branch.txt
5757
- name: Upload Branch Results
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: branch
6161
path: branch.txt

0 commit comments

Comments
 (0)