Skip to content

Commit 3d319e1

Browse files
Bump actions/download-artifact from 2.1.0 to 3.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2.1.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d4c8da commit 3d319e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
dotnet-version: 6.0.x
5656
- name: Download artifacts
57-
uses: actions/download-artifact@v2.1.0
57+
uses: actions/download-artifact@v3.0.1
5858
with:
5959
name: nuget-packages
6060
path: nugets/

0 commit comments

Comments
 (0)