From 6f32e06d91d08aef76f4d2193bccb042c43f3357 Mon Sep 17 00:00:00 2001 From: querdenker2k Date: Wed, 19 Feb 2025 18:00:07 +0100 Subject: [PATCH] a little bit more typesafe --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 6c1f930c..2c739520 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -14,7 +14,7 @@ jobs: - name: Build with Maven run: mvn --batch-mode --update-snapshots install - run: mkdir staging && cp target/org.openhab.automation.jrule*SNAPSHOT.jar staging - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: JRule-jar-zipped_build_${{ github.run_id }} path: staging