Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Himyu committed Sep 21, 2024
1 parent 6fb6514 commit a8001a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2

- name: Upload Library Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: library-files
path: |
Expand All @@ -26,7 +26,7 @@ jobs:
- run: mkdir library-files

- name: Download Library Artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: library-files
path: ./library-files
Expand Down

0 comments on commit a8001a2

Please sign in to comment.