We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb13b0 commit fbccc13Copy full SHA for fbccc13
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build with Maven
21
run: mvn -B package --file pom.xml
22
- name: Upload artifact
23
- uses: actions/upload-artifact@v4.6.1
+ uses: actions/upload-artifact@v4.6.2
24
with:
25
name: SkinsRestorerAPIExample
26
path: ./target/*.jar
0 commit comments