Skip to content

Commit 2a32553

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#39122)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a27010 commit 2a32553

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
264264
- name: Store playwright test trace
265265
if: inputs.type == 'ui' && always()
266-
uses: actions/upload-artifact@v6
266+
uses: actions/upload-artifact@v7
267267
with:
268268
name: playwright-test-trace-${{ inputs.release }}-${{ matrix.mongodb-version }}-${{ matrix.shard }}${{ inputs.db-watcher-disabled == 'true' && '-no-watcher' || '' }}
269269
path: ./apps/meteor/tests/e2e/.playwright*
@@ -279,7 +279,7 @@ jobs:
279279

280280
- name: Store coverage
281281
if: inputs.coverage == matrix.mongodb-version
282-
uses: actions/upload-artifact@v6
282+
uses: actions/upload-artifact@v7
283283
with:
284284
name: coverage-${{ inputs.type }}-${{ matrix.shard }}
285285
path: /tmp/coverage

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,15 @@ jobs:
223223
$(git ls-files -oi --exclude-standard -- ':(exclude)node_modules/*' ':(exclude)**/node_modules/*' ':(exclude)**/.meteor/*' ':(exclude)**/.turbo/*' ':(exclude).turbo/*' ':(exclude)**/.yarn/*' ':(exclude).yarn/*' ':(exclude).git/*')
224224
225225
- name: Upload packages build artifact
226-
uses: actions/upload-artifact@v6
226+
uses: actions/upload-artifact@v7
227227
with:
228228
name: packages-build
229229
path: /tmp/RocketChat-packages-build.tar.gz
230230
retention-days: 5
231231

232232
- name: Store turbo build
233233
if: steps.packages-cache-build.outputs.cache-hit != 'true'
234-
uses: actions/upload-artifact@v6
234+
uses: actions/upload-artifact@v7
235235
with:
236236
name: turbo-build
237237
path: .turbo/cache
@@ -707,7 +707,7 @@ jobs:
707707
npx nyc report --reporter=lcovonly --report-dir=/tmp/coverage_report/ui --temp-dir=/tmp/coverage/ui
708708
709709
- name: Store coverage-reports
710-
uses: actions/upload-artifact@v6
710+
uses: actions/upload-artifact@v7
711711
with:
712712
name: reports-coverage
713713
path: /tmp/coverage_report

0 commit comments

Comments
 (0)