File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 mv "${{ steps.meta.outputs.bake-file }}" "/tmp/bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json"
7878
7979 - name : 📤 Upload meta bake definition
80- uses : actions/upload-artifact@v4
80+ uses : actions/upload-artifact@v5
8181 with :
8282 name : bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json
8383 path : /tmp/bake-meta-*.json
@@ -126,7 +126,7 @@ jobs:
126126 touch "/tmp/digests/${digest#sha256:}"
127127
128128 - name : 📤 Upload digest
129- uses : actions/upload-artifact@v4
129+ uses : actions/upload-artifact@v5
130130 with :
131131 name : digests-${{ env.PLATFORM_CACHE_TAG }}
132132 path : /tmp/digests/*
@@ -139,14 +139,14 @@ jobs:
139139 steps :
140140
141141 - name : 📥 Download meta bake definitions
142- uses : actions/download-artifact@v4
142+ uses : actions/download-artifact@v6
143143 with :
144144 pattern : bake-meta-*
145145 path : /tmp
146146 merge-multiple : true
147147
148148 - name : 📥 Download meta bake definitions
149- uses : actions/download-artifact@v4
149+ uses : actions/download-artifact@v6
150150 with :
151151 pattern : digests-*
152152 path : /tmp/digests
You can’t perform that action at this time.
0 commit comments