Skip to content

Commit df214dd

Browse files
authored
Update release.yml (#863)
1 parent 7dd37d1 commit df214dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ defaults:
1111
shell: pwsh
1212
jobs:
1313
release:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4.2.2
1818
with:
19-
fetch-depth: 0
19+
fetch-depth: 0
2020
- name: Setup .NET SDK
21-
uses: actions/setup-dotnet@v4.1.0
21+
uses: actions/setup-dotnet@v4.3.1
2222
with:
2323
dotnet-version: 9.0.x
2424
- name: Build
@@ -31,7 +31,7 @@ jobs:
3131
client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
3232
certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
3333
- name: Publish artifacts
34-
uses: actions/upload-artifact@v4.4.3
34+
uses: actions/upload-artifact@v4.6.2
3535
with:
3636
name: nugets
3737
path: nugets/*

0 commit comments

Comments
 (0)