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 ff70380 commit 3fc5656Copy full SHA for 3fc5656
1 file changed
.github/workflows/msbuild.yml
@@ -129,11 +129,11 @@ jobs:
129
130
# Save artifacts:
131
- name: Archive production artifacts
132
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v4
133
with:
134
name: binaries-${{matrix.platform}}
135
path: .\src\bin\${{env.BUILD_CONFIGURATION}}\${{matrix.platform}}\**\*
136
-
+
137
unit-tests:
138
name: Unit Testing
139
needs: build
@@ -153,7 +153,7 @@ jobs:
153
dotnet-version: '8.x'
154
155
- name: Download MapWinGIS (${{matrix.platform}}) binaries
156
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
157
158
159
path: .\src\bin\${{env.BUILD_CONFIGURATION}}\${{matrix.platform}}\
0 commit comments