Skip to content

Commit ff6d6ea

Browse files
authored
Merge pull request #8770 from MegaMek/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 8f5ca29 + e954972 commit ff6d6ea

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checkstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: ./gradlew checkstyleMain checkstyleTest
9292

9393
- name: Upload Test Logs on Failure
94-
uses: actions/upload-artifact@v6
94+
uses: actions/upload-artifact@v7
9595
if: failure()
9696
with:
9797
name: cd-failure-logs

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
mm.profile: dev
129129

130130
- name: Upload Test Logs on Failure
131-
uses: actions/upload-artifact@v6
131+
uses: actions/upload-artifact@v7
132132
if: failure()
133133
with:
134134
name: cd-failure-logs
@@ -147,7 +147,7 @@ jobs:
147147
verbose: true
148148

149149
- name: Upload Tar GZ Artifact
150-
uses: actions/upload-artifact@v6
150+
uses: actions/upload-artifact@v7
151151
with:
152152
name: mhq-release-tgz-${{ matrix.java-distribution }}-jdk${{ matrix.java-version }}
153153
path: mekhq/MekHQ/build/distributions/*.tar.gz

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: ./gradlew test
6060

6161
- name: Upload Test Logs on Failure
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: failure()
6464
with:
6565
name: cd-failure-logs

.github/workflows/nightly-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: ./gradlew testAll
9191

9292
- name: Upload Test Logs on Failure
93-
uses: actions/upload-artifact@v6
93+
uses: actions/upload-artifact@v7
9494
if: failure()
9595
with:
9696
name: cd-failure-logs
@@ -108,7 +108,7 @@ jobs:
108108
verbose: true
109109

110110
- name: Upload Tar GZ Artifact
111-
uses: actions/upload-artifact@v6
111+
uses: actions/upload-artifact@v7
112112
with:
113113
name: mhq-release-tgz-${{ matrix.java-distribution }}-jdk${{ matrix.java-version }}
114114
path: mekhq/MekHQ/build/distributions/*.tar.gz

0 commit comments

Comments
 (0)