Skip to content

Commit fbccc13

Browse files
Update actions/upload-artifact action to v4.6.2 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1cb13b0 commit fbccc13

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build with Maven
2121
run: mvn -B package --file pom.xml
2222
- name: Upload artifact
23-
uses: actions/[email protected].1
23+
uses: actions/[email protected].2
2424
with:
2525
name: SkinsRestorerAPIExample
2626
path: ./target/*.jar

0 commit comments

Comments
 (0)