Skip to content

Commit bab0fbf

Browse files
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>
1 parent 119c4d6 commit bab0fbf

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/ci-code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: rharkor/caching-for-turbo@v1.8
4545

4646
- name: Restore packages build
47-
uses: actions/download-artifact@v7
47+
uses: actions/download-artifact@v8
4848
with:
4949
name: packages-build
5050
path: /tmp

.github/workflows/ci-test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- uses: rharkor/caching-for-turbo@v1.8
127127

128128
- name: Restore packages build
129-
uses: actions/download-artifact@v7
129+
uses: actions/download-artifact@v8
130130
with:
131131
name: packages-build
132132
path: /tmp
@@ -138,7 +138,7 @@ jobs:
138138
139139
# Download Docker images from build artifacts
140140
- name: Download Docker images
141-
uses: actions/download-artifact@v7
141+
uses: actions/download-artifact@v8
142142
if: github.event.pull_request.head.repo.full_name != github.repository && github.event_name != 'release' && github.ref != 'refs/heads/develop'
143143
with:
144144
pattern: ${{ inputs.release == 'ce' && 'docker-image-rocketchat-amd64-coverage' || 'docker-image-*-amd64-coverage' }}

.github/workflows/ci-test-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: rharkor/caching-for-turbo@v1.8
3939

4040
- name: Restore packages build
41-
uses: actions/download-artifact@v7
41+
uses: actions/download-artifact@v8
4242
with:
4343
name: packages-build
4444
path: /tmp

.github/workflows/ci-test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: rharkor/caching-for-turbo@v1.8
4343

4444
- name: Restore packages build
45-
uses: actions/download-artifact@v7
45+
uses: actions/download-artifact@v8
4646
with:
4747
name: packages-build
4848
path: /tmp

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
- uses: actions/checkout@v6
299299

300300
- name: Restore packages build
301-
uses: actions/download-artifact@v7
301+
uses: actions/download-artifact@v8
302302
with:
303303
name: packages-build
304304
path: /tmp
@@ -397,7 +397,7 @@ jobs:
397397

398398
- name: Download manifests
399399
if: github.actor != 'dependabot[bot]' && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop')
400-
uses: actions/download-artifact@v7
400+
uses: actions/download-artifact@v8
401401
with:
402402
pattern: manifests-*
403403
path: /tmp/manifests
@@ -603,7 +603,7 @@ jobs:
603603
- uses: rharkor/caching-for-turbo@v1.8
604604

605605
- name: Restore turbo build
606-
uses: actions/download-artifact@v7
606+
uses: actions/download-artifact@v8
607607
continue-on-error: true
608608
with:
609609
name: turbo-build
@@ -627,7 +627,7 @@ jobs:
627627
628628
# Download Docker images from build artifacts
629629
- name: Download Docker images
630-
uses: actions/download-artifact@v7
630+
uses: actions/download-artifact@v8
631631
if: github.event.pull_request.head.repo.full_name != github.repository && github.event_name != 'release' && github.ref != 'refs/heads/develop'
632632
with:
633633
pattern: 'docker-image-rocketchat-amd64-coverage'
@@ -693,7 +693,7 @@ jobs:
693693
node-version: ${{ needs.release-versions.outputs.node-version }}
694694

695695
- name: Restore coverage folder
696-
uses: actions/download-artifact@v7
696+
uses: actions/download-artifact@v8
697697
with:
698698
pattern: coverage-*
699699
path: /tmp/coverage
@@ -784,7 +784,7 @@ jobs:
784784
ref: ${{ github.ref }}
785785

786786
- name: Restore build
787-
uses: actions/download-artifact@v7
787+
uses: actions/download-artifact@v8
788788
with:
789789
name: build-production
790790
path: /tmp/build
@@ -855,7 +855,7 @@ jobs:
855855

856856
- name: Download manifests
857857
if: github.actor != 'dependabot[bot]' && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop')
858-
uses: actions/download-artifact@v7
858+
uses: actions/download-artifact@v8
859859
with:
860860
pattern: manifests-*
861861
path: /tmp/manifests

0 commit comments

Comments
 (0)