Skip to content

build(deps): bump actions/download-artifact from 3 to 4 #1487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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