Skip to content

Commit

Permalink
fix: up gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Nov 12, 2024
1 parent a44a0ab commit 2bb2bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: yarn build

- name: Archive build
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: lib
path: lib
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download lib form build job
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: lib
path: lib
Expand Down

0 comments on commit 2bb2bf4

Please sign in to comment.