Skip to content

Commit

Permalink
Roll back actions/upload-artifact@v4 to actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Aug 27, 2024
1 parent 7ba3e10 commit 2604ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
output-dir: dist

- name: Upload distributions
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: dist
name: dist
Expand Down

0 comments on commit 2604ea5

Please sign in to comment.