We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6674d03 commit a848641Copy full SHA for a848641
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
runs-on: windows-latest
70
steps:
71
- name: 'Download artifact'
72
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
+ uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
73
with:
74
name: 'windows-latest'
75
- name: 'Dotnet NuGet Add Source'
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
- name: 'Dotnet NuGet Push'
0 commit comments