|
|
|
|
@ -298,7 +298,7 @@ jobs: |
|
|
|
|
- uses: actions/checkout@v6 |
|
|
|
|
|
|
|
|
|
- name: Restore packages build |
|
|
|
|
uses: actions/download-artifact@v7 |
|
|
|
|
uses: actions/download-artifact@v8 |
|
|
|
|
with: |
|
|
|
|
name: packages-build |
|
|
|
|
path: /tmp |
|
|
|
|
@ -397,7 +397,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
- name: Download manifests |
|
|
|
|
if: github.actor != 'dependabot[bot]' && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop') |
|
|
|
|
uses: actions/download-artifact@v7 |
|
|
|
|
uses: actions/download-artifact@v8 |
|
|
|
|
with: |
|
|
|
|
pattern: manifests-* |
|
|
|
|
path: /tmp/manifests |
|
|
|
|
@ -603,7 +603,7 @@ jobs: |
|
|
|
|
- uses: rharkor/caching-for-turbo@v1.8 |
|
|
|
|
|
|
|
|
|
- name: Restore turbo build |
|
|
|
|
uses: actions/download-artifact@v7 |
|
|
|
|
uses: actions/download-artifact@v8 |
|
|
|
|
continue-on-error: true |
|
|
|
|
with: |
|
|
|
|
name: turbo-build |
|
|
|
|
@ -627,7 +627,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
# Download Docker images from build artifacts |
|
|
|
|
- name: Download Docker images |
|
|
|
|
uses: actions/download-artifact@v7 |
|
|
|
|
uses: actions/download-artifact@v8 |
|
|
|
|
if: github.event.pull_request.head.repo.full_name != github.repository && github.event_name != 'release' && github.ref != 'refs/heads/develop' |
|
|
|
|
with: |
|
|
|
|
pattern: 'docker-image-rocketchat-amd64-coverage' |
|
|
|
|
@ -693,7 +693,7 @@ jobs: |
|
|
|
|
node-version: ${{ needs.release-versions.outputs.node-version }} |
|
|
|
|
|
|
|
|
|
- name: Restore coverage folder |
|
|
|
|
uses: actions/download-artifact@v7 |
|
|
|
|
uses: actions/download-artifact@v8 |
|
|
|
|
with: |
|
|
|
|
pattern: coverage-* |
|
|
|
|
path: /tmp/coverage |
|
|
|
|
@ -784,7 +784,7 @@ jobs: |
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
|
|
|
|
|
- name: Restore build |
|
|
|
|
uses: actions/download-artifact@v7 |
|
|
|
|
uses: actions/download-artifact@v8 |
|
|
|
|
with: |
|
|
|
|
name: build-production |
|
|
|
|
path: /tmp/build |
|
|
|
|
@ -855,7 +855,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
- name: Download manifests |
|
|
|
|
if: github.actor != 'dependabot[bot]' && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop') |
|
|
|
|
uses: actions/download-artifact@v7 |
|
|
|
|
uses: actions/download-artifact@v8 |
|
|
|
|
with: |
|
|
|
|
pattern: manifests-* |
|
|
|
|
path: /tmp/manifests |
|
|
|
|
|