Skip to content

Commit

Permalink
Merge pull request #7 from amorey/ci
Browse files Browse the repository at this point in the history
Using upload/download-artifact@v3
  • Loading branch information
amorey authored Apr 6, 2024
2 parents e72138e + 6495b4e commit 00bf7e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
version: 8
- run: pnpm install
- name: Archive node modules
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: node_modules
path: node_modules
Expand All @@ -36,7 +36,7 @@ jobs:
with:
version: 8
- name: Download node modules
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: node_modules
path: node_modules
Expand All @@ -54,7 +54,7 @@ jobs:
with:
version: 8
- name: Download node modules
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: node_modules
path: node_modules
Expand All @@ -72,7 +72,7 @@ jobs:
with:
version: 8
- name: Download node modules
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: node_modules
path: node_modules
Expand Down

0 comments on commit 00bf7e3

Please sign in to comment.