Skip to content

Commit 52b6827

Browse files
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ddb71ee commit 52b6827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
timeout-minutes: 5
6565
needs: [build]
6666
steps:
67-
- uses: actions/download-artifact@v4
67+
- uses: actions/download-artifact@v5
6868
with:
6969
name: nuget packages
7070
- name: Push generated package to NuGet

0 commit comments

Comments
 (0)