Skip to content

Commit 05de6cd

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (#1426)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 242d666 commit 05de6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-cxx-qt-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
verbose: true
124124
- name: Upload GitHub Actions artifacts of lcov
125125
if: always()
126-
uses: actions/upload-artifact@v6
126+
uses: actions/upload-artifact@v7
127127
with:
128128
name: lcov
129129
path: ./target/debug/lcov.info
@@ -605,7 +605,7 @@ jobs:
605605

606606
- name: Upload GitHub Actions artifacts of sccache debug log
607607
if: always()
608-
uses: actions/upload-artifact@v6
608+
uses: actions/upload-artifact@v7
609609
with:
610610
name: sccache_log_${{ matrix.name }}
611611
path: ${{ matrix.sccache_log_path }}

0 commit comments

Comments
 (0)