Skip to content

Commit 8d78e0a

Browse files
Bump actions/download-artifact from 3.0.0 to 3.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d8e467 commit 8d78e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}
131131

132132
- name: Download nupkg
133-
uses: actions/[email protected].0
133+
uses: actions/[email protected].1
134134
with:
135135
name: nupkg
136136
path: .nuget
@@ -197,7 +197,7 @@ jobs:
197197

198198
steps:
199199
- name: Download nupkg
200-
uses: actions/[email protected].0
200+
uses: actions/[email protected].1
201201
with:
202202
name: nupkg
203203

0 commit comments

Comments
 (0)