We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d77c4 commit f16a4dfCopy full SHA for f16a4df
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: dotnet build src --configuration Release
46
- name: Upload packages
47
if: matrix.os-name == 'Windows' && matrix.transport == 'Learning'
48
- uses: actions/upload-artifact@v6.0.0
+ uses: actions/upload-artifact@v7.0.0
49
with:
50
name: NuGet packages
51
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