Skip to content

Commit 8d5a501

Browse files
Bump actions/upload-artifact from 2 to 3 (PowerShell#17832)
1 parent b618f45 commit 8d5a501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
Find-Dotnet
123123
./tools/findMissingNotices.ps1 -Fix
124124
- name: Upload cgmanifest
125-
uses: actions/upload-artifact@v2
125+
uses: actions/upload-artifact@v3
126126
if: always() && env.CGMANIFEST_PATH != ''
127127
with:
128128
name: cgmanifest

.github/workflows/exp-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
$expFeaturesJson | Out-File $newFileName -Force
6767
6868
- name: Upload experimental features windows
69-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v3
7070
with:
7171
name: experimentalJson
7272
path: experimental-feature-*-new.json

0 commit comments

Comments
 (0)