We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759175c commit beadc53Copy full SHA for beadc53
.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@v6.0.0
+ uses: actions/upload-artifact@v7.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