Skip to content

Commit 05218ef

Browse files
chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2de7cc commit 05218ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/step-dotnet-publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Download artifacts from `${{ inputs.workflowName }}` workflow
36-
uses: actions/download-artifact@v4.3.0
36+
uses: actions/download-artifact@v5.0.0
3737
with:
3838
github-token: ${{ secrets.WORKFLOW_PACKAGES }}
3939
merge-multiple: true

0 commit comments

Comments
 (0)