Skip to content

Commit

Permalink
Update upload-artifact action to v4
Browse files Browse the repository at this point in the history
v2 is no longer working, so our GitHub Actions are failing. See https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
  • Loading branch information
jamesaoverton authored Oct 9, 2024
1 parent 23dad04 commit cdd5d64
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 cdd5d64

Please sign in to comment.