Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…y-action into dev
  • Loading branch information
JamesIves committed Apr 17, 2024
2 parents 6727ffe + 6ec57e0 commit ea27152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
ls node_modules
- name: artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: |
Expand All @@ -88,7 +88,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist

Expand Down

0 comments on commit ea27152

Please sign in to comment.