Skip to content

Commit 309118b

Browse files
authored
Merge pull request #3030 from GitTools/dependabot/github_actions/actions/upload-artifact-3
(build deps): Bump actions/upload-artifact from 2.3.1 to 3
2 parents 97bf471 + c8962ef commit 309118b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,21 @@ jobs:
100100
run: dotnet run/build.dll --target=Package
101101
-
102102
name: 'Upload nuget packages'
103-
uses: actions/upload-artifact@v2.3.1
103+
uses: actions/upload-artifact@v3
104104
if: matrix.os == 'windows-latest'
105105
with:
106106
name: nuget
107107
path: ${{ github.workspace }}/artifacts/packages/nuget
108108
-
109109
name: 'Upload native packages'
110-
uses: actions/upload-artifact@v2.3.1
110+
uses: actions/upload-artifact@v3
111111
if: matrix.os == 'windows-latest'
112112
with:
113113
name: native-${{ runner.os }}
114114
path: ${{ github.workspace }}/artifacts/packages/native/*.zip
115115
-
116116
name: 'Upload native packages'
117-
uses: actions/upload-artifact@v2.3.1
117+
uses: actions/upload-artifact@v3
118118
if: matrix.os != 'windows-latest'
119119
with:
120120
name: native-${{ runner.os }}

0 commit comments

Comments
 (0)