From 770bd9438ef3b76641bb03ff861cfc66384dd4e0 Mon Sep 17 00:00:00 2001 From: Rhys B Date: Tue, 25 Feb 2025 17:16:12 +1000 Subject: [PATCH] Update build-and-test.yaml --- .github/workflows/build-and-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 7028151..fec7a45 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -35,7 +35,7 @@ jobs: mvn clean install - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Explosion-Control - path: target/*.jar \ No newline at end of file + path: target/*.jar