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 8080 mv "${{ steps.meta.outputs.bake-file }}" "/tmp/bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json"
8181
8282 - name : 📤 Upload meta bake definition
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json
8686 path : /tmp/bake-meta-*.json
@@ -129,7 +129,7 @@ jobs:
129129 touch "/tmp/digests/${digest#sha256:}"
130130
131131 - name : 📤 Upload digest
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v5
133133 with :
134134 name : digests-${{ env.PLATFORM_CACHE_TAG }}
135135 path : /tmp/digests/*
@@ -142,14 +142,14 @@ jobs:
142142 steps :
143143
144144 - name : 📥 Download meta bake definitions
145- uses : actions/download-artifact@v4
145+ uses : actions/download-artifact@v6
146146 with :
147147 pattern : bake-meta-*
148148 path : /tmp
149149 merge-multiple : true
150150
151151 - name : 📥 Download meta bake definitions
152- uses : actions/download-artifact@v4
152+ uses : actions/download-artifact@v6
153153 with :
154154 pattern : digests-*
155155 path : /tmp/digests
You can’t perform that action at this time.
0 commit comments