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.
actions/upload-artifact
1 parent b618f45 commit 8d5a501Copy full SHA for 8d5a501
.github/workflows/daily.yml
@@ -122,7 +122,7 @@ jobs:
122
Find-Dotnet
123
./tools/findMissingNotices.ps1 -Fix
124
- name: Upload cgmanifest
125
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
126
if: always() && env.CGMANIFEST_PATH != ''
127
with:
128
name: cgmanifest
.github/workflows/exp-json.yml
@@ -66,7 +66,7 @@ jobs:
66
$expFeaturesJson | Out-File $newFileName -Force
67
68
- name: Upload experimental features windows
69
70
71
name: experimentalJson
72
path: experimental-feature-*-new.json
0 commit comments