We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd37d1 commit df214ddCopy full SHA for df214dd
.github/workflows/release.yml
@@ -11,14 +11,14 @@ defaults:
11
shell: pwsh
12
jobs:
13
release:
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4.2.2
18
with:
19
- fetch-depth: 0
+ fetch-depth: 0
20
- name: Setup .NET SDK
21
- uses: actions/setup-dotnet@v4.1.0
+ uses: actions/setup-dotnet@v4.3.1
22
23
dotnet-version: 9.0.x
24
- name: Build
@@ -31,7 +31,7 @@ jobs:
31
client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
32
certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
33
- name: Publish artifacts
34
- uses: actions/upload-artifact@v4.4.3
+ uses: actions/upload-artifact@v4.6.2
35
36
name: nugets
37
path: nugets/*
0 commit comments