chore(deps): bump actions/download-artifact from 7 to 8 (#39123)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/39162/head^2
dependabot[bot] 3 months ago committed by GitHub
parent 119c4d65ed
commit bab0fbfeff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci-code-check.yml
  2. 4
      .github/workflows/ci-test-e2e.yml
  3. 2
      .github/workflows/ci-test-storybook.yml
  4. 2
      .github/workflows/ci-test-unit.yml
  5. 14
      .github/workflows/ci.yml

@ -44,7 +44,7 @@ jobs:
- uses: rharkor/caching-for-turbo@v1.8
- name: Restore packages build
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: packages-build
path: /tmp

@ -126,7 +126,7 @@ jobs:
- uses: rharkor/caching-for-turbo@v1.8
- name: Restore packages build
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: packages-build
path: /tmp
@ -138,7 +138,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: ${{ inputs.release == 'ce' && 'docker-image-rocketchat-amd64-coverage' || 'docker-image-*-amd64-coverage' }}

@ -38,7 +38,7 @@ jobs:
- uses: rharkor/caching-for-turbo@v1.8
- name: Restore packages build
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: packages-build
path: /tmp

@ -42,7 +42,7 @@ jobs:
- uses: rharkor/caching-for-turbo@v1.8
- name: Restore packages build
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: packages-build
path: /tmp

@ -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

Loading…
Cancel
Save