We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4946d commit db80173Copy full SHA for db80173
.github/workflows/release.yml
@@ -116,7 +116,7 @@ jobs:
116
RELEASE_VERSION: ${{ needs.build.outputs.version_output }}
117
steps:
118
- name: Download release assets
119
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
120
121
- name: Prepare release
122
run: |
@@ -193,7 +193,7 @@ jobs:
193
- name: Set up Docker Buildx
194
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
195
196
- - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
197
with:
198
path: ./artifacts
199
pattern: '*linux*'
0 commit comments