Skip to content

Commit

Permalink
Less strict version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Aug 18, 2024
1 parent a48b92b commit 5e2b379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4
with:
path: |
target/*.jar
Expand Down

0 comments on commit 5e2b379

Please sign in to comment.