File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 run : ./gradlew publishAllPublicationsToSnapshotsRepository -Pmod_minor_version=${{ steps.version.outputs.VERSION_NUMBER }} -PsnapshotsUsername=${{ secrets.MAVEN_NAME }} -PsnapshotsPassword=${{ secrets.MAVEN_TOKEN }} -DBUILDING_CI=true --no-daemon
5252
5353 - name : Upload Build Artifacts
54- uses : actions/upload-artifact@v2
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : oneconfig-artifacts
5757 path : versions/**/build/libs/
Original file line number Diff line number Diff line change 5151 run : ./gradlew publishAllPublicationsToReleasesRepository -Pmod_minor_version=${{ steps.version.outputs.VERSION_NUMBER }} -PreleasesUsername=${{ secrets.MAVEN_NAME }} -PreleasesPassword=${{ secrets.MAVEN_TOKEN }} -DBUILDING_CI=true --no-daemon
5252
5353 - name : Upload Build Artifacts
54- uses : actions/upload-artifact@v2
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : oneconfig-artifacts
5757 path : versions/**/build/libs/
You can’t perform that action at this time.
0 commit comments