Skip to content

Commit

Permalink
updated version of the actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-h committed Sep 15, 2024
1 parent bdbe37a commit cc6450c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java_client_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mvn clean install -Pjava8-tests
mv ./matching-eval-client/target/matching-eval-client-*-SNAPSHOT.jar ./matching-eval-client-latest.jar
- name: Upload evaluation client 🚀
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: evaluation-client
path: matching-eval-client-latest.jar

0 comments on commit cc6450c

Please sign in to comment.