Skip to content

Commit f0c68de

Browse files
chore(deps): bump actions/download-artifact in /.github/workflows
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 28d3cde commit f0c68de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- name: Setup .NET Core SDK
3939
uses: actions/setup-dotnet@v4
40-
- uses: actions/download-artifact@v4
40+
- uses: actions/download-artifact@v5
4141
with:
4242
name: nuget_packages
4343
path: ${{ env.nuget_directory }}

0 commit comments

Comments
 (0)