Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huanli233 authored Mar 23, 2024
1 parent b85ece7 commit 954ace8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dist-without-markdown
path: |
target
uses: actions/upload-artifact@v4.3.1
with:
name: dist-without-markdown
path: |
target

0 comments on commit 954ace8

Please sign in to comment.