Skip to content

Commit 4951daa

Browse files
chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#252)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.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 18269ce commit 4951daa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
dotnet-version: 9.0.x
114114

115115
- name: Download build artifacts
116-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
116+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
117117
with:
118118
name: build-artifacts
119119
path: ${{ github.workspace }}/build-artifacts
@@ -151,7 +151,7 @@ jobs:
151151
dotnet-version: 9.0.x
152152

153153
- name: Download build artifacts
154-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
154+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
155155
with:
156156
name: build-artifacts
157157
path: ${{ github.workspace }}/build-artifacts
@@ -179,7 +179,7 @@ jobs:
179179
dotnet-version: 9.0.x
180180

181181
- name: Download build artifacts
182-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
182+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
183183
with:
184184
name: build-artifacts
185185
path: ${{ github.workspace }}/build-artifacts

0 commit comments

Comments
 (0)