You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-09-01 02:14:14 +07:00
V2 - Use new .NET CDN URLs and update to latest install scripts (#568)
* new cdn url changes * Fix Workflow * Fix CI failures for ubuntu-latest * Fix upload-artifact@v4 * Fix proxy test issue * Fix Proxy env issue * Fix globalization invariant issue * Fix libssl issue * Install libssl1.1 to fix CI failures * Add fallback logic * Fix CI failures dist * Update installer.ts * Update installer.ts * Fix proxy test failure * Update signed version --------- Co-authored-by: Priya Gupta <147705955+priyagupta108@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
id: diff
|
||||
|
||||
# If index.js was different than expected, upload the expected version as an artifact
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
|
||||
with:
|
||||
name: dist
|
||||
|
Reference in New Issue
Block a user