We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0fcaf commit 7fd0870Copy full SHA for 7fd0870
.github/workflows/release.yaml
@@ -135,12 +135,12 @@ jobs:
135
contents: write # to upload to release notes
136
steps:
137
- name: Download artifact
138
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
+ uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
139
with:
140
name: executables.zip
141
142
143
144
145
name: sdist.zip
146
0 commit comments