Skip to content

Commit 9b09cca

Browse files
Bump actions/download-artifact in the github-actions group
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8f2ca5 commit 9b09cca

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)