chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#32436)
This commit is contained in:
parent
60631409d6
commit
b43915f4cc
2
.github/workflows/tests_service.yml
vendored
2
.github/workflows/tests_service.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
- run: npm run build
|
||||
- name: Download blob report artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: all-blob-reports
|
||||
path: all-blob-reports
|
||||
|
|
|
|||
Loading…
Reference in a new issue