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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up JDK 21 - name: Set up JDK 21
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
@@ -18,7 +18,7 @@ jobs:
- name: Copy artifacts - name: Copy artifacts
run: mkdir staging && cp target/BlockEdit-*.jar staging run: mkdir staging && cp target/BlockEdit-*.jar staging
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: BlockEdit-${{ github.ref_name }}-${{ github.sha }} name: BlockEdit-${{ github.ref_name }}-${{ github.sha }}
path: staging path: staging