Skip to content

Commit 05c8d85

Browse files
Merge pull request #373 from xt0rted/dependabot/github_actions/github-actions-beb19bfee9
Bump actions/download-artifact from 4.2.1 to 4.3.0 in the github-actions group
2 parents d8f2ca5 + 9b09cca commit 05c8d85

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
@@ -131,7 +131,7 @@ jobs:
131131
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}
132132

133133
- name: Download nupkg
134-
uses: actions/download-artifact@v4.2.1
134+
uses: actions/download-artifact@v4.3.0
135135
with:
136136
name: nupkg
137137
path: .nuget
@@ -199,7 +199,7 @@ jobs:
199199

200200
steps:
201201
- name: Download nupkg
202-
uses: actions/download-artifact@v4.2.1
202+
uses: actions/download-artifact@v4.3.0
203203
with:
204204
name: nupkg
205205

0 commit comments

Comments
 (0)