We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc73c8 commit e8b63cbCopy full SHA for e8b63cb
2 files changed
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
run: dotnet build src --configuration Release
66
- name: Upload packages
67
if: matrix.upload-packages && runner.os == 'Windows'
68
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
69
with:
70
name: NuGet packages
71
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
36
name: nugets
37
path: nugets/*
0 commit comments