We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a380ce + 87e51c9 commit 1bae78aCopy full SHA for 1bae78a
1 file changed
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
if: github.event_name == 'release' && github.event.action == 'published'
57
steps:
58
- name: Download artifacts
59
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
60
with:
61
name: nuget-packages
62
path: packages
0 commit comments