update workflows, hopefully successfully

This commit is contained in:
2025-05-18 15:58:26 +02:00
parent abcfa49f82
commit 015f1abf49
+2 -2
View File
@@ -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