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] authored Sep 3, 2024
1 parent 506afa6 commit 9f4a4dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Download payload
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: tmp.${{ matrix.runtime }}-build

Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
setCommonVars: true

- name: Download signed payload
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ matrix.runtime }}-payload-sign

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Download unsigned package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: tmp.${{ matrix.runtime }}-pack
path: pkg
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: linux-build

Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Download payload
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: tmp.dotnet-tool-build

Expand Down Expand Up @@ -541,7 +541,7 @@ jobs:
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.

- name: Download signed payload
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: dotnet-tool-payload-sign
path: signed
Expand Down Expand Up @@ -577,7 +577,7 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Download unsigned package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: tmp.dotnet-tool-package-unsigned
path: nupkg
Expand Down Expand Up @@ -667,7 +667,7 @@ jobs:
setCommonVars: true

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ matrix.component.artifact }}

Expand Down Expand Up @@ -741,7 +741,7 @@ jobs:
setCommonVars: true

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7

- name: Archive macOS payload and symbols
run: |
Expand Down

0 comments on commit 9f4a4dd

Please sign in to comment.