Skip to content

Commit 5971670

Browse files
chore(deps): bump actions/upload-artifact from 3 to 4 (#305)
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 cc1c50b commit 5971670

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: 📤 Uploading ${{ matrix.os }} executable jar
170170
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
171-
uses: actions/upload-artifact@v3
171+
uses: actions/upload-artifact@v4
172172
with:
173173
name: ${{ steps.gradle-build.outputs.execjar_name }}
174174
path: |
@@ -218,7 +218,7 @@ jobs:
218218
219219
- name: 💥 Uploading JVM error logs
220220
if: steps.gradle-build.outcome == 'failure' && always()
221-
uses: actions/upload-artifact@v3
221+
uses: actions/upload-artifact@v4
222222
with:
223223
name: ${{ matrix.os }}-jvm-error-logs
224224
path: |

.github/workflows/qodana-inspect.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: JetBrains/qodana-action@v2.0-eap
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)