We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e7cbfc + 1411f95 commit b1c27b0Copy full SHA for b1c27b0
2 files changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: ./gradlew --info --stacktrace build
32
33
- name: Upload Jars
34
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v7
35
with:
36
name: AdvancedBackups-Patch
37
path: build/libs/*.jar
.github/workflows/build_and_test.yml
@@ -40,7 +40,7 @@ jobs:
40
run: ./gradlew --info --scan --stacktrace assemble
41
42
43
44
45
name: GTExpert-Core
46
0 commit comments