diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1afd4d64..3468f020 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Build and test backend run: ./mvnw install - name: Upload production artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: tapir path: |