Skip to content

Commit a763a82

Browse files
ci: bump actions/upload-artifact from 5 to 6 (#457)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51fd4e8 commit a763a82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/interop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
docker save $URL | gzip --best > ${{ matrix.image }}.tar.gz
6969
du -sh ${{ matrix.image }}.tar.gz
7070
- name: Upload result
71-
uses: actions/upload-artifact@v5
71+
uses: actions/upload-artifact@v6
7272
with:
7373
name: images-${{ matrix.image }}
7474
path: ${{ matrix.image }}.tar.gz
@@ -95,7 +95,7 @@ jobs:
9595
docker save $URL | gzip --best > ${{ matrix.image }}.tar.gz
9696
du -sh ${{ matrix.image }}.tar.gz
9797
- name: Upload result
98-
uses: actions/upload-artifact@v5
98+
uses: actions/upload-artifact@v6
9999
with:
100100
name: image-${{ matrix.image }}
101101
path: ${{ matrix.image }}.tar.gz
@@ -184,7 +184,7 @@ jobs:
184184
remote_user: ${{ secrets.INTEROP_SEEMANN_IO_USER }}
185185
remote_key: ${{ secrets.INTEROP_SEEMANN_IO_SSH_KEY }}
186186
- name: Upload result
187-
uses: actions/upload-artifact@v5
187+
uses: actions/upload-artifact@v6
188188
with:
189189
name: results-${{ matrix.server }}-${{ matrix.client }}
190190
if-no-files-found: error
@@ -218,7 +218,7 @@ jobs:
218218
- name: Print result
219219
run: jq '.' result.json
220220
- name: Upload result to artifacts
221-
uses: actions/upload-artifact@v5
221+
uses: actions/upload-artifact@v6
222222
with:
223223
name: result-aggregated
224224
path: result.json

0 commit comments

Comments
 (0)