Centrally changeable maven publishing URL (#34)

* Use a centrally set maven publishing URL for the entire organization

* Update action versions in build-and-test too
This commit is contained in:
Raven Szewczyk
2024-01-01 18:32:38 +00:00
committed by GitHub
parent a32d3680b9
commit 48cd5ccaf4
2 changed files with 11 additions and 10 deletions

View File

@@ -27,11 +27,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout mod repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout workflows repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: GTNewHorizons/GTNH-Actions-Workflows
path: .gtnh-workflows
@@ -41,7 +41,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 8 and 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: |
8
@@ -59,7 +59,7 @@ jobs:
run: ./gradlew --build-cache --info --stacktrace assemble
- name: Attach compilation artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-libs
path: build/libs/