Skip to content

Commit

Permalink
ci: Downgrade actions/upload-artifact to fix upload failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 26, 2023
1 parent 723d225 commit 72de6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: node scripts/test.js

- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2.2.4
with:
path: |
out/Release/gn_*.zip
Expand Down

0 comments on commit 72de6dc

Please sign in to comment.