Skip to content

Commit 77a6564

Browse files
authored
Fix. Github actions version upgrade
1 parent 8a352ea commit 77a6564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build with Maven
3232
run: mvn clean install
3333
- run: mkdir staging && cp omod/target/*.omod staging
34-
- uses: actions/upload-artifact@v2
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: Package
3737
path: staging

0 commit comments

Comments
 (0)