Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #756
ci.yml
on: push
Matrix: build
Matrix: test-csharp
Matrix: test-go
Matrix: test-java
Matrix: test-lua
Matrix: test-python
Matrix: test-ruby
Annotations
31 errors, 25 warnings, and 8 notices
macos (arm64)
Process completed with exit code 1.
|
macos (x86_64;arm64)
The job was canceled because "arm64" failed.
|
macos (x86_64)
The job was canceled because "arm64" failed.
|
python (macos-latest, 3.10)
Process completed with exit code 1.
|
python (macos-latest, 3.8)
The job was canceled because "macos-latest_3_10" failed.
|
python (macos-latest, 3.9)
The job was canceled because "macos-latest_3_10" failed.
|
python (macos-latest, 3.7)
The job was canceled because "macos-latest_3_10" failed.
|
python (macos-latest, 3.11)
The job was canceled because "macos-latest_3_10" failed.
|
python (windows-latest, 3.11)
The job was canceled because "macos-latest_3_10" failed.
|
python (windows-latest, 3.11)
The operation was canceled.
|
python (windows-latest, 3.10)
The job was canceled because "macos-latest_3_10" failed.
|
python (windows-latest, 3.10)
The operation was canceled.
|
python (windows-latest, 3.8)
The job was canceled because "macos-latest_3_10" failed.
|
python (windows-latest, 3.8)
The operation was canceled.
|
python (windows-latest, 3.9)
The job was canceled because "macos-latest_3_10" failed.
|
python (windows-latest, 3.9)
The operation was canceled.
|
ruby (macos-latest, 2.3)
Error: CRuby < 2.6 does not support macos-arm64.
Either use a newer Ruby version or use a macOS image running on amd64, e.g., macos-13 or macos-12.
Note that GitHub changed the meaning of macos-latest from macos-12 (amd64) to macos-14 (arm64):
https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/
If you are using a matrix of Ruby versions, a good solution is to run only < 2.6 on amd64, like so:
matrix:
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
os: [ ubuntu-latest, macos-latest ]
# CRuby < 2.6 does not support macos-arm64, so test those on amd64 instead
exclude:
- { os: macos-latest, ruby: '2.4' }
- { os: macos-latest, ruby: '2.5' }
include:
- { os: macos-13, ruby: '2.4' }
- { os: macos-13, ruby: '2.5' }
But of course you should consider dropping support for these long-EOL Rubies, which cannot even be built on recent macOS machines.
at validateRubyEngineAndVersion (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65909:11)
at setupRuby (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65801:15)
at run (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65760:11)
at /Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65957:40
at /Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65959:3
at Object.<anonymous> (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65962:12)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
ruby (macos-latest, 2.6)
The job was canceled because "macos-latest_2_3" failed.
|
ruby (macos-latest, 3.0)
The job was canceled because "macos-latest_2_3" failed.
|
ruby (macos-latest, 2.4)
The job was canceled because "macos-latest_2_3" failed.
|
ruby (macos-latest, 2.5)
The job was canceled because "macos-latest_2_3" failed.
|
ruby (macos-latest, 3.2)
The job was canceled because "macos-latest_2_3" failed.
|
ruby (macos-latest, 3.1)
The job was canceled because "macos-latest_2_3" failed.
|
ruby (macos-latest, 2.7)
The job was canceled because "macos-latest_2_3" failed.
|
lua (macos-latest, 5.2)
Process completed with exit code 1.
|
lua (macos-latest, 5.4)
The job was canceled because "macos-latest_5_2" failed.
|
lua (macos-latest, 5.4)
Process completed with exit code 1.
|
lua (macos-latest, 5.1)
The job was canceled because "macos-latest_5_2" failed.
|
lua (macos-latest, 5.1)
The operation was canceled.
|
lua (macos-latest, 5.3)
The job was canceled because "macos-latest_5_2" failed.
|
lua (macos-latest, 5.3)
The operation was canceled.
|
build (macOS-latest, On, Off)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (macOS-latest, Off, Off)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (macOS-latest, Off, On)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (macOS-latest, On, On)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest, Off, Off)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest, Off, On)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (windows-latest, Off, Off)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest, On, On)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest, On, Off)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (windows-latest, On, Off)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (windows-latest, On, On)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (windows-latest, Off, On)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
macos (arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
python (windows-latest, 3.7)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
python (macos-latest, 3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ruby (macos-latest, 2.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
uwp (ARM64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lua (macos-latest, 5.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: leafo/gh-actions-lua@v10, leafo/gh-actions-luarocks@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lua (macos-latest, 5.2)
readline 8.2.13 is already installed and up-to-date.
To reinstall 8.2.13, run:
brew reinstall readline
|
lua (macos-latest, 5.4)
readline 8.2.13 is already installed and up-to-date.
To reinstall 8.2.13, run:
brew reinstall readline
|
lua (macos-latest, 5.1)
readline 8.2.13 is already installed and up-to-date.
To reinstall 8.2.13, run:
brew reinstall readline
|
lua (macos-latest, 5.3)
readline 8.2.13 is already installed and up-to-date.
To reinstall 8.2.13, run:
brew reinstall readline
|
uwp (ARM)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "docker", "python-3.7-windows-latest_amd64", "uwp_ARM", "uwp_ARM64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
lua (macos-latest, 5.2)
gh-actions-lua: No cache available, clean build
|
lua (macos-latest, 5.2)
gh-actions-lua: Storing into cache: lua:5.2.4:darwin:arm64:
|
lua (macos-latest, 5.4)
gh-actions-lua: No cache available, clean build
|
lua (macos-latest, 5.4)
gh-actions-lua: Storing into cache: lua:5.4.4:darwin:arm64:
|
lua (macos-latest, 5.1)
gh-actions-lua: No cache available, clean build
|
lua (macos-latest, 5.1)
gh-actions-lua: Storing into cache: lua:5.1.5:darwin:arm64:
|
lua (macos-latest, 5.3)
gh-actions-lua: No cache available, clean build
|
lua (macos-latest, 5.3)
gh-actions-lua: Storing into cache: lua:5.3.6:darwin:arm64:
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
docker
Expired
|
16.2 MB |
|
python-3.7-windows-latest_amd64
Expired
|
699 KB |
|
uwp_ARM
Expired
|
105 KB |
|
uwp_ARM64
Expired
|
104 KB |
|