Skip to content

Commit

Permalink
ci: revert actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
Defect: actions/upload-artifact#478
v4 makes artifacts immutables which is incompatible with our current workflow of aggregating all binaries from the build matrix.
Not easy to fix ATM, it needs a lot of changes.
  • Loading branch information
npdgm committed Jan 9, 2024
1 parent 3433694 commit baa1395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
open(sum_path, 'x').write(hex_sum)
- name: Upload assets to artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: binaries
path: assets/*
Expand Down

0 comments on commit baa1395

Please sign in to comment.