File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 - run : git diff --exit-code
5858 if : ${{ github.event_name != 'workflow_dispatch' }}
5959
60- - uses : actions/upload-artifact@v4
60+ - uses : actions/upload-artifact@v5
6161 if : ${{ always() }}
6262 with :
6363 name : test-results-${{ matrix.os }}
@@ -129,7 +129,7 @@ jobs:
129129
130130 - name : Upload reports
131131 if : ${{ failure() }}
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v5
133133 with :
134134 name : " test-project-reports-${{ matrix.os }}-${{ matrix.gradle }}-${{ matrix.java }}"
135135 path : " ${{ github.workspace }}/**/build/reports/ktlint"
@@ -195,7 +195,7 @@ jobs:
195195
196196 - name : Upload reports
197197 if : ${{ failure() }}
198- uses : actions/upload-artifact@v4
198+ uses : actions/upload-artifact@v5
199199 with :
200200 name : " test-project-android-reports-${{ matrix.gradle }}-${{ matrix.java }}-${{ matrix.agp }}"
201201 path : " ${{ github.workspace }}/**/build/reports/ktlint"
Original file line number Diff line number Diff line change 7676 issue-number : ${{ github.event.pull_request.number }}
7777 token : ${{ secrets.GITHUB_TOKEN }}
7878
79- - uses : actions/upload-artifact@v4
79+ - uses : actions/upload-artifact@v5
8080 with :
8181 name : diffuse-output
8282 path : ${{ steps.diffuse.outputs.diff-file }}
You can’t perform that action at this time.
0 commit comments