Skip to content

Commit b1c27b0

Browse files
authored
Merge pull request #3 from GTModpackTeam/renovate/major-github-artifact-actions
2 parents 1e7cbfc + 1411f95 commit b1c27b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ./gradlew --info --stacktrace build
3232

3333
- name: Upload Jars
34-
uses: actions/upload-artifact@v5
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: AdvancedBackups-Patch
3737
path: build/libs/*.jar

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: ./gradlew --info --scan --stacktrace assemble
4141

4242
- name: Upload Jars
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: GTExpert-Core
4646
path: build/libs/*.jar

0 commit comments

Comments
 (0)