Skip to content

Commit 2d09978

Browse files
dependabot[bot]linkdotnet
authored andcommitted
build(deps): Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 501a5a8 commit 2d09978

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup .NET
9494
uses: actions/setup-dotnet@v5
9595

96-
- uses: actions/download-artifact@v7
96+
- uses: actions/download-artifact@v8
9797
with:
9898
name: ${{ env.NUGET_PACKAGES_ARTIFACT }}
9999
path: ${{ env.NUGET_DIRECTORY }}
@@ -163,7 +163,7 @@ jobs:
163163
dotnet-version: |
164164
10.0.x
165165
166-
- uses: actions/download-artifact@v7
166+
- uses: actions/download-artifact@v8
167167
with:
168168
name: ${{ env.NUGET_PACKAGES_ARTIFACT }}
169169
path: ${{ env.NUGET_DIRECTORY }}
@@ -278,7 +278,7 @@ jobs:
278278
permissions:
279279
id-token: write
280280
steps:
281-
- uses: actions/download-artifact@v7
281+
- uses: actions/download-artifact@v8
282282
with:
283283
name: ${{ env.NUGET_PACKAGES_ARTIFACT }}
284284
path: ${{ env.NUGET_DIRECTORY }}

0 commit comments

Comments
 (0)