Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 0b8f1a0 commit 4eec3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: yarn build --outDir lib

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

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

0 comments on commit 4eec3ca

Please sign in to comment.