diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddb2df1..bc3c30d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: flutter test --coverage - name: Upload coverage - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4.6.0 with: name: coverage path: coverage/lcov.info @@ -74,7 +74,7 @@ jobs: run: flutter build apk --release - name: Upload APK artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4.6.0 with: name: app-release-apk path: build/app/outputs/flutter-apk/app-release.apk