File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments