Skip to content

Commit a34a2c8

Browse files
authored
upload-artifact v3 -> v4
1 parent 5c1075e commit a34a2c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
with:
3434
arguments: build
3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: build-artifacts
39-
path: tools/asu/build/libs/applesingle-tools-asu-*.jar
39+
pattern: tools/asu/build/libs/applesingle-tools-asu-*.jar
4040
if-no-files-found: error

0 commit comments

Comments
 (0)