Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent c014965 commit a7445f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/libclang-abi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ jobs:
- abi-dump
steps:
- name: Download baseline
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: build-baseline
- name: Download latest
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: build-latest

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/llvm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ jobs:
- abi-dump
steps:
- name: Download baseline
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: build-baseline
- name: Download latest
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: build-latest
- name: Download symbol list
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: symbol-list

Expand Down

0 comments on commit a7445f4

Please sign in to comment.