diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b70e6aeda..6a5fb68424 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: run: flutter build ${{ matrix.target }} - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: titan-debug-${{ matrix.name }} path: ${{ matrix.path }} diff --git a/.github/workflows/release-mobile.yml b/.github/workflows/release-mobile.yml index 7dce7d8a87..8d7d61d047 100644 --- a/.github/workflows/release-mobile.yml +++ b/.github/workflows/release-mobile.yml @@ -143,7 +143,7 @@ jobs: run: flutter build ${{ matrix.target }} --flavor=prod --release --build-name ${{ needs.extract-version.outputs.versionName }} --build-number ${{ needs.extract-version.outputs.versionCode }} - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: titan-release path: ${{ matrix.path }}