Skip to content

Commit bbfcc22

Browse files
committed
Update actions/download-artifact from v2 to v3
1 parent e276672 commit bbfcc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
name: Publish NuGet package and create GitHub release
111111
steps:
112112
- name: Download NuGet package artifact
113-
uses: actions/download-artifact@v2
113+
uses: actions/download-artifact@v3
114114
with:
115115
name: ${{ needs.package.outputs.nupkg-filename }}
116116
- name: Create GitHub Release

0 commit comments

Comments
 (0)