Skip to content

Commit 836b430

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (Kotlin#162)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf26731 commit 836b430

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
# mkdir staging && cp {$result_file,target/benchmarks.jar} staging
135135
136136
- name: Uploading JMH ${{ matrix.os }} benchmark results
137-
uses: actions/upload-artifact@v3
137+
uses: actions/upload-artifact@v4
138138
with:
139139
name: jmh-result-${{ runner.os }}.json
140140
path: |
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: Uploading JMH ${{ matrix.os }} benchmark jar
145145
if: runner.os == 'Linux'
146-
uses: actions/upload-artifact@v3
146+
uses: actions/upload-artifact@v4
147147
with:
148148
name: benchmarks-${{ runner.os }}.jar
149149
path: |

.github/workflows/qodana-inspect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: JetBrains/[email protected]
2424

2525
- name: Upload Qodana Inspection Results
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
path: ${{ github.workspace }}/qodana

0 commit comments

Comments
 (0)