9292 --tags-dir /tmp/jupyter/tags/
9393 shell : bash
9494 - name : Upload tags file 💾
95- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
95+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
9696 with :
9797 name : ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}-tags
9898 path : /tmp/jupyter/tags/${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}.txt
@@ -110,13 +110,13 @@ jobs:
110110 --repository ${{ github.repository }}
111111 shell : bash
112112 - name : Upload manifest file 💾
113- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
113+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
114114 with :
115115 name : ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}-manifest
116116 path : /tmp/jupyter/manifests/${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}-*.md
117117 retention-days : 3
118118 - name : Upload build history line 💾
119- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
119+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
120120 with :
121121 name : ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}-history_line
122122 path : /tmp/jupyter/hist_lines/${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}-*.txt
@@ -130,7 +130,7 @@ jobs:
130130 | zstd > /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}.tar.zst
131131 shell : bash
132132 - name : Upload image as artifact 💾
133- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
133+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
134134 with :
135135 name : ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}
136136 path : /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}.tar.zst
0 commit comments