mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
build(deps): bump actions/upload-artifact from 5 to 6
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>
This commit is contained in:
parent
ec21db7fd0
commit
6e19e438d3
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
if: github.event_name == 'pull_request' && matrix.go == 'stable'
|
||||
|
||||
- name: Upload artifact with ShellCheck defects in SARIF format
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: Differential ShellCheck SARIF
|
||||
path: ${{ steps.ShellCheck.outputs.sarif }}
|
||||
@ -559,7 +559,7 @@ jobs:
|
||||
|
||||
- name: Upload incus client artifacts
|
||||
if: matrix.go == 'stable'
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: ${{ runner.os }}
|
||||
@ -608,7 +608,7 @@ jobs:
|
||||
|
||||
- name: Upload documentation artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: documentation
|
||||
path: doc/html
|
||||
|
||||
Loading…
Reference in New Issue
Block a user