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 6060 - name : Build with Gradle
6161 run : ./gradlew $GRADLE_ARGS
6262
63- - uses : actions/upload-artifact@v4
63+ - uses : actions/upload-artifact@v5
6464 with :
6565 name : app-main
6666 path : build/libs/app-main.jar
@@ -125,7 +125,7 @@ jobs:
125125 SLACK_ICON : https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
126126 SLACK_COLOR : ${{ job.status }}
127127
128- - uses : actions/upload-artifact@v4
128+ - uses : actions/upload-artifact@v5
129129 if : always() && steps.selenium.conclusion != 'skipped'
130130 with :
131131 name : ' ui-test-report-${{ matrix.suite }}'
Original file line number Diff line number Diff line change 3030 PREVIOS_RELEASE_TAG : ${{ steps.get_previous_release_tag.outputs.previous_release_tag }}
3131 OUTPUT_FILE : changelog.md
3232
33- - uses : actions/upload-artifact@v4
33+ - uses : actions/upload-artifact@v5
3434 with :
3535 name : changelog
3636 path : changelog.md
You can’t perform that action at this time.
0 commit comments