9191 --tags-dir /tmp/jupyter/tags/
9292 shell : bash
9393 - name : Upload tags file 💾
94- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
94+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9595 with :
9696 name : ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}-tags
9797 path : /tmp/jupyter/tags/${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}.txt
@@ -109,13 +109,13 @@ jobs:
109109 --repository ${{ github.repository }}
110110 shell : bash
111111 - name : Upload manifest file 💾
112- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
112+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
113113 with :
114114 name : ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}-manifest
115115 path : /tmp/jupyter/manifests/${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}-*.md
116116 retention-days : 3
117117 - name : Upload build history line 💾
118- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119119 with :
120120 name : ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}-history_line
121121 path : /tmp/jupyter/hist_lines/${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}-*.txt
@@ -129,7 +129,7 @@ jobs:
129129 | zstd > /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}.tar.zst
130130 shell : bash
131131 - name : Upload image as artifact 💾
132- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
132+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
133133 with :
134134 name : ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}
135135 path : /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}.tar.zst
0 commit comments