Skip to content

Commit d0516e5

Browse files
authored
update actions
1 parent 99d0fac commit d0516e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bake.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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
@@ -70,7 +70,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)