Skip to content

Commit 86f4ef1

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8da3b3f commit 86f4ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if: startsWith(github.ref, 'refs/tags/v')
124124
steps:
125125
- name: Download artifact
126-
uses: actions/download-artifact@v3
126+
uses: actions/download-artifact@v4.1.7
127127
with:
128128
name: nuget
129129
path: ./artifacts

0 commit comments

Comments
 (0)