We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a0eab commit c2d5196Copy full SHA for c2d5196
.github/workflows/build-and-deploy.yml
@@ -93,19 +93,19 @@ jobs:
93
dotnet-version: '3.1.x'
94
95
- name: Download Windows artifact
96
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
97
with:
98
name: windows-build
99
path: packager/
100
101
- name: Download Linux artifact
102
103
104
name: linux-build
105
106
107
- name: Download macOS artifact
108
109
110
name: macos-build
111
0 commit comments