diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a64862c..0f0b46c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: - name: Build Jars run: ./gradlew :${{ matrix.service }}:assemble --stacktrace --no-daemon - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: ${{ matrix.service }} path: ${{ matrix.service }}/build/libs