Skip to content

Commit 9d3e251

Browse files
authored
Merge pull request #102 from xt0rted/dependabot/github_actions/actions/download-artifact-3.0.1
Bump actions/download-artifact from 3.0.0 to 3.0.1
2 parents 750f24f + 8d78e0a commit 9d3e251

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)