Skip to content

Commit 5bd591e

Browse files
committed
Merge branch 'master' into develop
2 parents e8f2f38 + b8d21d0 commit 5bd591e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Pack solution [Release]
3232
run: dotnet pack --no-restore --no-build -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER -o out
3333
- name: Upload artifacts
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v3
3535
with:
3636
name: Nuget packages
3737
path: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Pack solution [Release]
4242
run: dotnet pack --no-restore --no-build -c Release -p:Version=$version -o out
4343
- name: Upload Nuget packages as workflow artifacts
44-
uses: actions/upload-artifact@v2
44+
uses: actions/upload-artifact@v3
4545
with:
4646
name: Nuget packages
4747
path: |

0 commit comments

Comments
 (0)