We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f93390 commit 6da1493Copy full SHA for 6da1493
1 file changed
.github/actions/apply-single-tags/action.yml
@@ -23,7 +23,7 @@ runs:
23
variant: ${{ inputs.variant }}
24
25
- name: Download tags file 📥
26
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
27
with:
28
name: ${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}.txt
29
path: /tmp/jupyter/tags/
0 commit comments