Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
key: yarn-${{ hashFiles('yarn.lock') }}
- name: Install
run: yarn install
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: babel-artifact
- name: Lint
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
# Deduplicate dependencies, because duplicate copies of graceful-fs cause
# problems with the "path" module: https://github.com/facebook/jest/issues/9656
yarn dedupe
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: babel-artifact
- name: Generate runtime helpers
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
key: yarn-${{ hashFiles('yarn.lock') }}
- name: Install
run: yarn install
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: babel-artifact
- name: Generate runtime helpers
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
key: yarn-${{ hashFiles('yarn.lock') }}
- name: Install
run: yarn install
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: babel-artifact
- name: Download tests
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
# The "Support self-references on old Node.js" step mutates the
# package.json file, causing a yarn.lock update.
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: babel-artifact
- name: Generate runtime helpers
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
uses: actions/setup-node@v2-beta
with:
node-version: "*"
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: verdaccio-workspace
path: /tmp/verdaccio-workspace
Expand Down