We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2358205 commit b8b8ff3Copy full SHA for b8b8ff3
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: dotnet build src --configuration Release
37
- name: Upload packages
38
if: matrix.name == 'Windows'
39
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
40
with:
41
name: NuGet packages
42
path: nugets/
.github/workflows/release.yml
@@ -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
35
name: nugets
path: nugets/*
0 commit comments