Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
shell: bash

- name: Upload ${{ matrix.target }} digest
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: ${{ matrix.target }}-digests-${{ steps.output-name.outputs.sanitised_image_base }}-${{ matrix.platform }}
path: digests/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-linux-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
# We also want this package to be the root directory so remove any extra nesting:
# e.g. for centos/7 + standard we include everything from 'source/packaging/packages/centos/7/'
- name: Upload the ${{ matrix.distro }} artefacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: ${{ steps.get_package_name.outputs.package-name }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-macos-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
working-directory: source/build

- name: Upload build packages
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: package-macos-${{ matrix.config.package }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-windows-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
working-directory: source/build

- name: Upload build packages
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: package-windows-${{ matrix.config.arch }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Upload coverage reports
if: matrix.config.name == 'coverage'
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: coverage-reports
path: |
Expand Down
Loading