File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 - name : Generate matrix
2929 id : generate
30- uses : docker/bake-action/subaction/matrix@v7
30+ uses : docker/bake-action/subaction/matrix@v8
3131 with :
3232 target : default
3333 fields : platforms
7070 mv "${{ steps.meta.outputs.bake-file }}" "${{ runner.temp }}/bake-meta-${{ matrix.target }}.json"
7171
7272 - name : Upload meta bake definition
73- uses : actions/upload-artifact@v6
73+ uses : actions/upload-artifact@v7
7474 with :
7575 name : bake-meta-${{ matrix.target }}
7676 path : ${{ runner.temp }}/bake-meta-${{ matrix.target }}.json
@@ -131,7 +131,7 @@ jobs:
131131 touch "${{ runner.temp }}/digests/${{ matrix.target }}/${digest#sha256:}"
132132
133133 - name : Upload digest
134- uses : actions/upload-artifact@v6
134+ uses : actions/upload-artifact@v7
135135 with :
136136 name : digests-${{ matrix.target }}-${{ env.PLATFORM_PAIR }}
137137 path : ${{ runner.temp }}/digests/${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments