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