Skip to content

Commit

Permalink
Fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
glowingstone124 committed Oct 7, 2024
1 parent cad4cd4 commit 9c9faef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo "TIMESTAMP=$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV

- name: Upload JAR as Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: testbuild_${{ env.TIMESTAMP }}
pattern: QPlugin_Build
path: target/QuantumPlugin-1.14.5.5.1.jar

0 comments on commit 9c9faef

Please sign in to comment.