Skip to content

Commit

Permalink
change deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 2, 2024
1 parent 8fd92cf commit 9fe9a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
jar uf ${{steps.mvn_info.outputs.name}}-${{steps.mvn_info.outputs.version}}.jar -C . net/clesperanto
- name: Upload final JAR
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: final-jar
path: ${{steps.mvn_info.outputs.name}}-${{steps.mvn_info.outputs.version}}.jar

0 comments on commit 9fe9a2d

Please sign in to comment.