diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6a7a37..eb60114 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: ./gradlew :app:assembleRelease - name: Upload a Build Artifact if: success() - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: build-artifact path: |