Skip to content

Commit

Permalink
upload v4 not v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanford8 committed Oct 31, 2024
1 parent 4c2180c commit ee8b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
MUX_TOKEN_SECRET: "${{ secrets.MUX_TOKEN_SECRET }}"
run: "./gradlew build --no-daemon"
- name: Uploading jar
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mux_java
path: build/libs/*.jar
Expand Down

0 comments on commit ee8b281

Please sign in to comment.