File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments