mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-21 18:15:26 +01:00
Bump upload artifact action to v4
This commit is contained in:
parent
1547ea84c6
commit
17d376d4d4
2
.github/workflows/generic.test.yml
vendored
2
.github/workflows/generic.test.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Artifact output
|
- name: Artifact output
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}
|
name: ${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}
|
||||||
path: build/libs/${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}.jar
|
path: build/libs/${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user