Commit a3cfb60
committed
Bump actions/upload-artifact and download-artifact past retired v3
actions/upload-artifact@v3 is deprecated and now hard-fails every job
immediately, breaking CI on every branch including master:
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Bumps to latest (upload-artifact@v7, download-artifact@v8) rather than
the v4 minimum -- no breaking changes in between for this workflow's
usage. v4+ requires a unique name per upload (v3 merged same-named
artifacts silently), so each matrix leg and the sdist job upload under
distinct names, reassembled on download via pattern/merge-multiple.
Closes #821 parent ddd3a97 commit a3cfb60
1 file changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
68 | | - | |
| 72 | + | |
69 | 73 | | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
| |||
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
80 | | - | |
| 85 | + | |
81 | 86 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
| 90 | + | |
| 91 | + | |
86 | 92 | | |
87 | 93 | | |
88 | 94 | | |
| |||
0 commit comments