Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 3 to 4 (#1487)
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.
  • Loading branch information
mjcheetham authored Jan 25, 2024
2 parents 69143d0 + fcf5bdf commit 6272d8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
- uses: actions/checkout@v4

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

Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Download unsigned package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: tmp.dotnet-tool-package-unsigned
path: nupkg
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
dotnet-version: 7.0.x

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

Expand Down Expand Up @@ -596,7 +596,7 @@ jobs:
dotnet-version: 7.0.x

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

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

0 comments on commit 6272d8a

Please sign in to comment.