Skip to content

Commit d234728

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 44f53e7 commit d234728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)