diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 94f65de..e9ced76 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,7 +16,7 @@ jobs: - name: Build run: ./gradlew build - name: Upload artifacts - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.3 with: name: build-artifacts path: build/libs