Merge pull request #3544 from github/dependabot/github_actions/dot-github/workflows/actions/download-artifact-8

Bump actions/download-artifact from 7 to 8 in /.github/workflows
This commit is contained in:
Michael B. Gale
2026-03-05 15:54:50 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
- name: Check expected artifacts exist
run: |
LANGUAGES="cpp csharp go java javascript python"

View File

@@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
- name: Check expected artifacts exist
run: |
VERSIONS="stable-v2.20.3 default linked nightly-latest"