Skip to content

Commit fef7104

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#588)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 241aae2 commit fef7104

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
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: 📤 Uploading ${{ matrix.os }} build artifacts
125125
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@v5
127127
with:
128128
name: ${{ steps.gradle-build.outputs.artifact_name }}
129129
path: |
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: 💥 Uploading JVM error logs
174174
if: steps.gradle-build.outcome == 'failure' && always()
175-
uses: actions/upload-artifact@v4
175+
uses: actions/upload-artifact@v5
176176
with:
177177
name: ${{ matrix.os }}-jvm-error-logs
178178
path: |

.github/workflows/jextract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
jextract/gen/script/${{ matrix.script }}
6161
6262
- name: 📤 Uploading generated sources
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: jextract-${{ matrix.os }}
6666
path: jextract/src

0 commit comments

Comments
 (0)