Skip to content

Commit 2e42b18

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 5c5775f commit 2e42b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build with Maven
2222
run: mvn -B package --file pom.xml
2323
- name: Upload artifact
24-
uses: actions/upload-artifact@v6.0.0
24+
uses: actions/upload-artifact@v7.0.0
2525
with:
2626
name: SkinsRestorerAPIExample
2727
path: ./target/*.jar

0 commit comments

Comments
 (0)