Skip to content

Commit 6bf1656

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aaa0d36 commit 6bf1656

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@v4
126+
uses: actions/upload-artifact@v5
127127
with:
128128
name: lcov
129129
path: ./target/debug/lcov.info
@@ -596,7 +596,7 @@ jobs:
596596

597597
- name: Upload GitHub Actions artifacts of sccache debug log
598598
if: always()
599-
uses: actions/upload-artifact@v4
599+
uses: actions/upload-artifact@v5
600600
with:
601601
name: sccache_log_${{ matrix.name }}
602602
path: ${{ matrix.sccache_log_path }}

0 commit comments

Comments
 (0)