Skip to content

Commit 90a2d34

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#919)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45f3b50 commit 90a2d34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
9.0.x
2020
2121
- name: Download test results
22-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
22+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
2323
with:
2424
pattern: testresults-*
2525

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
dotnet-version: 10.0.100-rc.1.25451.107
112112

113113
- name: Download build artifacts
114-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
114+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
115115

116116
- name: Authenticate to GitHub registry
117117
run: dotnet nuget add source
@@ -141,7 +141,7 @@ jobs:
141141
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142142

143143
- name: Download build artifacts
144-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
144+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
145145

146146
- name: Upload release asset
147147
run: gh release upload ${{ github.event.release.tag_name }}
@@ -166,7 +166,7 @@ jobs:
166166
dotnet-version: 10.0.100-rc.1.25451.107
167167

168168
- name: Download build artifacts
169-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
169+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
170170

171171
- name: Publish to NuGet.org (Releases only)
172172
run: dotnet nuget push

0 commit comments

Comments
 (0)