Skip to content

Commit

Permalink
Bump upload artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Oct 13, 2024
1 parent 1547ea8 commit 17d376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generic.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Artifact output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}
path: build/libs/${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}.jar
Expand Down

0 comments on commit 17d376d

Please sign in to comment.