Commit cd80a0b
fix(ci): pin upload-artifact to v7 in npm publish workflow (#181)
The release-build job in publish-npm.yml referenced
actions/upload-artifact@v8, which does not exist (upload-artifact's
latest major is v7; only download-artifact has a v8). This made the
first npm release fail at the "Getting action download info" stage
with "Unable to resolve action actions/upload-artifact@v8".
Every other upload-artifact reference in the repo already uses v7;
align this one. download-artifact@v8 (line 158) is valid and left
unchanged.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7089546 commit cd80a0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments