Skip to content

Commit

Permalink
Update upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
aikovdp authored Feb 24, 2024
1 parent 2bfb59d commit 29107ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache-read-only: ${{ github.event_name == 'pull_request' }} # don't write to the cache from PRs
arguments: build
- name: Upload Plugin Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: RokuHorses
path: build/libs/*.jar

0 comments on commit 29107ac

Please sign in to comment.