Commit 15a2ba7
authored
Merge pull request #104 from Stability-AI/fix-ci-ubuntu-version
chore: upgrade Ubuntu version to use a non-deprecated one
Upgrade Ubuntu from 20.4 to 24.4 and `actions/upload-artifact` from v3
to v4 on CI.
- Ubuntu 20.4 is deprecated (see
actions/runner-images#11101) and CI fails
like on this example:
https://github.com/Stability-AI/api-interfaces/actions/runs/15051602263
- `actions/upload-artifact@v3` is deprecated (see
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/)
and CI fails like on this example:
https://github.com/Stability-AI/api-interfaces/actions/runs/150521026163 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments