Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 252637a

Browse files
author
Bassem Dghaidi
committed
Fix remove artifact download step
1 parent c49c01c commit 252637a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838

3939
steps:
4040
- uses: actions/checkout@v2
41-
- uses: actions/download-artifact@master
42-
with:
43-
name: webpack artifacts
44-
path: dist/
4541
- name: Use Node.js ${{ matrix.node-version }}
4642
uses: actions/setup-node@v1
4743
with:

0 commit comments

Comments
 (0)