Skip to content

Commit

Permalink
Merge pull request #1219 from ontodev/upload-artifact-v4
Browse files Browse the repository at this point in the history
Update upload-artifact action to v4
  • Loading branch information
jamesaoverton authored Oct 9, 2024
2 parents 23dad04 + cdd5d64 commit 148c92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: mvn verify
- name: Upload Artifact
if: ${{ matrix.java == 11 }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: robot.jar
path: bin/robot.jar
Expand Down

0 comments on commit 148c92b

Please sign in to comment.