Skip to content

Commit

Permalink
Merge pull request #32 from pcolby/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
pcolby authored Dec 16, 2023
2 parents d8d6a23 + e4b4643 commit 5ed07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--report-dir="$RUNNER_TEMP/report" --source-dir="$GITHUB_WORKSPACE"
- name: Upload Report
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Cppcheck HTML Report
path: "${{ runner.temp }}/report"

0 comments on commit 5ed07ca

Please sign in to comment.