Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/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>
--xml --output ${{ matrix.codecov }}.xml
- name: Upload coverage report artifact
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: matrix.codecov
with:
name: ${{ matrix.name }} (coverage)
UBSAN_OPTIONS: ${{ matrix.ubsan-options || 'verbosity=0' }}:print_stacktrace=1:abort_on_error=1:halt_on_error=1
- name: Upload build errors
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: ${{ matrix.name }} (cmake)
working-directory: ${{ matrix.build-dir }}
- name: Upload build errors
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: ${{ matrix.name }} (configure)
dry-run: false
- name: Upload Crash
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: artifacts
run: cmake --build native -j2 --config Release
- name: Upload build errors
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: Link zlib (CMake Logs)
run: cmake --build native -j2 --config Release
- name: Upload build errors
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: Link zlib-ng compat (CMake Logs)
--xml --output ${{ matrix.codecov }}.xml
- name: Upload coverage report artifact
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: matrix.codecov
with:
name: ${{ matrix.name }} (coverage)
retention-days: 1
- name: Upload build errors
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: ${{ matrix.name }} (cmake)
LDFLAGS: ${{ matrix.ldflags }}
- name: Upload build errors
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: ${{ matrix.name }}