Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9c39f0a
Bump actions/download-artifact from 5 to 6 in /.github/workflows
dependabot[bot] Oct 27, 2025
44aeac1
Merge branch 'main' into dependabot/github_actions/dot-github/workflo…
mbg Oct 28, 2025
8d50be3
Merge pull request #3245 from github/dependabot/github_actions/dot-gi…
henrymercer Oct 30, 2025
cbcb06a
Update changelog and version after v4.31.1
github-actions[bot] Oct 30, 2025
c7a5b09
Merge remote-tracking branch 'origin/main' into mergeback/v4.31.1-to-…
github-actions[bot] Oct 30, 2025
e781179
Rebuild
github-actions[bot] Oct 30, 2025
b2bffa6
Remove unused `console-log-level` dependency
henrymercer Oct 30, 2025
aab1c2f
Merge pull request #3253 from github/mergeback/v4.31.1-to-main-5fe9434c
henrymercer Oct 30, 2025
514ff4d
Merge pull request #3256 from github/henrymercer/resolve-bad-merge
henrymercer Oct 30, 2025
2a3599c
Run lightweight workflows on `ubuntu-slim`
henrymercer Oct 30, 2025
f0e9bf0
Make `isEnablementError` case-insensitive
mbg Oct 30, 2025
cc88437
Merge pull request #3257 from github/henrymercer/ubuntu-slim
henrymercer Oct 30, 2025
9576b5c
Merge pull request #3258 from github/mbg/enablement-errors/case-insen…
mbg Oct 30, 2025
752a642
Update changelog for v4.31.2
github-actions[bot] Oct 30, 2025
8a06050
Merge pull request #3259 from github/update-v4.31.2-9576b5cbe
mbg Oct 30, 2025
3b96745
Set up Python in mergeback workflow
henrymercer Oct 30, 2025
0499de3
Merge pull request #3261 from github/henrymercer/setup-python
henrymercer Oct 30, 2025
23a6333
Revert "Update version and changelog for v3.31.1"
github-actions[bot] Oct 30, 2025
8e9caa5
Revert "Rebuild"
github-actions[bot] Oct 30, 2025
d3cd47d
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31…
github-actions[bot] Oct 30, 2025
09db904
Update version and changelog for v3.31.2
github-actions[bot] Oct 30, 2025
c6eb09d
Rebuild
github-actions[bot] Oct 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/debug-artifacts-failure-safe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
- name: Check expected artifacts exist
run: |
LANGUAGES="cpp csharp go java javascript python"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug-artifacts-safe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
- name: Check expected artifacts exist
run: |
VERSIONS="stable-v2.20.3 default linked nightly-latest"
Expand Down