We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5ccf5 commit 7486087Copy full SHA for 7486087
.github/workflows/playwright.yml
@@ -101,7 +101,7 @@ jobs:
101
run: npm ci
102
working-directory: frontend
103
- name: Download blob reports from GitHub Actions Artifacts
104
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
105
with:
106
path: frontend/all-blob-reports
107
pattern: blob-report-*
.github/workflows/smokeshow.yml
@@ -19,7 +19,7 @@ jobs:
19
20
python-version: "3.10"
21
- run: pip install smokeshow
22
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
23
24
name: coverage-html
25
path: backend/htmlcov
0 commit comments