mirror of
https://github.com/YouHaveTrouble/BlockEdit.git
synced 2026-06-29 13:36:19 +00:00
update workflows, hopefully successfully
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Copy artifacts
|
||||
run: mkdir staging && cp target/BlockEdit-*.jar staging
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BlockEdit-${{ github.ref_name }}-${{ github.sha }}
|
||||
path: staging
|
||||
Reference in New Issue
Block a user