Skip to content

Commit 2268178

Browse files
Bump actions/upload-artifact from 4 to 5 (#21)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b38b48e commit 2268178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN}}
1717

18-
- uses: actions/upload-artifact@v4
18+
- uses: actions/upload-artifact@v5
1919
with:
2020
name: cppcheck_report
2121
path: cppcheck_report.txt

0 commit comments

Comments
 (0)