Skip to content

Commit 20ec05b

Browse files
Bump actions/upload-artifact from 5 to 6 (#358)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e41f321 commit 20ec05b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build with Maven
2323
run: mvn -B package
2424
- name: Upload artifact
25-
uses: actions/upload-artifact@v5
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: "BetterGUI"
2828
path: "./target/bettergui*.jar"

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: mvn -B install javadoc:javadoc
2828

2929
- name: Upload artifact
30-
uses: actions/upload-artifact@v5
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: "BetterGUI"
3333
path: |

0 commit comments

Comments
 (0)