Skip to content

Commit

Permalink
Revert "uses upload artifact v3"
Browse files Browse the repository at this point in the history
This reverts commit ef5dd10.
  • Loading branch information
mohanrajpac committed Mar 14, 2024
1 parent f9173a8 commit 069e1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perf-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload blob report to GitHub Actions Artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: all-blob-reports
path: blob-report
Expand All @@ -79,7 +79,7 @@ jobs:
node-version-file: '.nvmrc'
cache: yarn

- name: Install dependencies.
- name: Install dependencies
run: yarn install --immutable

- name: Download blob reports from GitHub Actions Artifacts
Expand Down

0 comments on commit 069e1d3

Please sign in to comment.