We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1075e commit a34a2c8Copy full SHA for a34a2c8
.github/workflows/gradle.yml
@@ -33,8 +33,8 @@ jobs:
33
with:
34
arguments: build
35
- name: Upload artifacts
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
38
name: build-artifacts
39
- path: tools/asu/build/libs/applesingle-tools-asu-*.jar
+ pattern: tools/asu/build/libs/applesingle-tools-asu-*.jar
40
if-no-files-found: error
0 commit comments