Merge pull request #3544 from github/dependabot/github_actions/dot-gi… · github/codeql-action@23f983c (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 23f983c

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ jobs:
89 89 runs-on: ubuntu-latest
90 90 steps:
91 91 - name: Download all artifacts
92 -uses: actions/download-artifact@v7
92 +uses: actions/download-artifact@v8
93 93 - name: Check expected artifacts exist
94 94 run: |
95 95 LANGUAGES="cpp csharp go java javascript python"

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ jobs:
83 83 runs-on: ubuntu-latest
84 84 steps:
85 85 - name: Download all artifacts
86 -uses: actions/download-artifact@v7
86 +uses: actions/download-artifact@v8
87 87 - name: Check expected artifacts exist
88 88 run: |
89 89 VERSIONS="stable-v2.20.3 default linked nightly-latest"

0 commit comments