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 5858 - name : Build with Gradle
5959 run : ./gradlew $GRADLE_ARGS
6060
61- - uses : actions/upload-artifact@v4
61+ - uses : actions/upload-artifact@v5
6262 with :
6363 name : app-users
6464 path : build/libs/app-users.jar
@@ -123,7 +123,7 @@ jobs:
123123 SLACK_ICON : https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
124124 SLACK_COLOR : ${{ job.status }}
125125
126- - uses : actions/upload-artifact@v4
126+ - uses : actions/upload-artifact@v5
127127 if : always() && steps.selenium.conclusion != 'skipped'
128128 with :
129129 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