Merge pull request #32 from EoD/patch-1
ci: fix outdated actions/upload-artifact action and enable it for PRs
This commit is contained in:
commit
e7bb8bcd55
3
.github/workflows/build-1.20.yml
vendored
3
.github/workflows/build-1.20.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Build-1.20
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ "1.20.1" ]
|
||||
|
||||
|
|
@ -35,7 +36,7 @@ jobs:
|
|||
SNAPSHOT: true
|
||||
|
||||
- name: Build Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Player_Sync
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user