Skip to content

Commit 069e1d3

Browse files
committed
Revert "uses upload artifact v3"
This reverts commit ef5dd10.
1 parent f9173a8 commit 069e1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perf-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Upload blob report to GitHub Actions Artifacts
6161
if: always()
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: all-blob-reports
6565
path: blob-report
@@ -79,7 +79,7 @@ jobs:
7979
node-version-file: '.nvmrc'
8080
cache: yarn
8181

82-
- name: Install dependencies.
82+
- name: Install dependencies
8383
run: yarn install --immutable
8484

8585
- name: Download blob reports from GitHub Actions Artifacts

0 commit comments

Comments
 (0)