We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a352ea commit 77a6564Copy full SHA for 77a6564
.github/workflows/build_and_upload.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build with Maven
32
run: mvn clean install
33
- run: mkdir staging && cp omod/target/*.omod staging
34
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
35
with:
36
name: Package
37
path: staging
0 commit comments