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 dc27bc1 commit 2361eddCopy full SHA for 2361edd
.github/workflows/ci.yml
@@ -278,15 +278,15 @@ jobs:
278
279
- name: Upload Nuget
280
if: ${{ matrix.os == 'ubuntu-latest' }}
281
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4.0.0
282
with:
283
name: nuget
284
path: ${{ github.workspace }}/release/*.nupkg
285
retention-days: 30
286
287
- name: Upload Zipped Plug-ins
288
289
290
291
name: plug-ins
292
path: ${{ github.workspace }}/src/Plugins/release/*.zip
0 commit comments