Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact 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 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...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] committed Sep 3, 2024
1 parent 811dfbf commit dde53a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
- name: Install
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
- name: Install
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
steps:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
- name: Install
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
steps:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
- name: Install
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
steps:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
- name: Install
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
steps:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
- name: Install
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
steps:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
- name: Install
Expand Down

0 comments on commit dde53a7

Please sign in to comment.