diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 3e997e3d..13734f67 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -87,7 +87,7 @@ jobs: - name: Upload Artifacts if: ${{ always() }} uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 - timeout-minutes: 1 + timeout-minutes: 2 with: name: Release binaries path: ~/artifacts diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index c69de193..c3e8dc25 100644 --- a/.github/workflows/deploy-snapshot.yml +++ b/.github/workflows/deploy-snapshot.yml @@ -94,7 +94,7 @@ jobs: - name: Upload Artifacts if: ${{ always() }} uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 - timeout-minutes: 1 + timeout-minutes: 2 with: name: Snapshot binaries path: ~/artifacts