Skip to content

Commit 367eb81

Browse files
[FAST_BUILD] Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#2427)
1 parent 1560fc8 commit 367eb81

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build-test-upload.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
--tags-dir /tmp/jupyter/tags/
9797
shell: bash
9898
- name: Upload tags file 💾
99-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
99+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
100100
with:
101101
path: /tmp/jupyter/tags/${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}.txt
102102
retention-days: 3
@@ -114,13 +114,13 @@ jobs:
114114
--repository ${{ github.repository }}
115115
shell: bash
116116
- name: Upload manifest file 💾
117-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
117+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
118118
with:
119119
path: /tmp/jupyter/manifests/${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}-${{ steps.hash.outputs.tag }}.md
120120
retention-days: 3
121121
archive: false
122122
- name: Upload build history line 💾
123-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
123+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
124124
with:
125125
path: /tmp/jupyter/hist_lines/${{ inputs.platform }}-${{ inputs.variant }}-${{ inputs.image }}-${{ steps.hash.outputs.tag }}.txt
126126
retention-days: 3
@@ -134,7 +134,7 @@ jobs:
134134
| zstd > /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}.tar.zst
135135
shell: bash
136136
- name: Upload image as artifact 💾
137-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
137+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
138138
with:
139139
path: /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}.tar.zst
140140
retention-days: 3

0 commit comments

Comments
 (0)