Skip to content

Commit 4b1aec5

Browse files
authored
Update dotnet-core.yml
1 parent bff7664 commit 4b1aec5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v3
1818
with:
1919
dotnet-version: '8.x'
2020
- name: Install dependencies
@@ -27,8 +27,8 @@ jobs:
2727
run: |
2828
cd src/IdentityManager2
2929
dotnet pack -c Release -o publish --no-build
30-
- name: Publish
31-
uses: actions/upload-artifact@master
32-
with:
33-
name: IdentityManager2
34-
path: src/IdentityManager2/publish
30+
# - name: Publish
31+
# uses: actions/upload-artifact@master
32+
# with:
33+
# name: IdentityManager2
34+
# path: src/IdentityManager2/publish

0 commit comments

Comments
 (0)