Skip to content

Commit a9419db

Browse files
authored
Merge pull request #3 from szymmirr/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents e44987a + 0fd6cd8 commit a9419db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codechecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
logfile: ${{ github.workspace }}/Build/compile_commands.json
2828

2929
# Upload the results to the CI
30-
- uses: actions/upload-artifact@v3
30+
- uses: actions/upload-artifact@v4
3131
with:
3232
name: "CodeChecker Bug Reports"
3333
path: ${{ steps.codechecker.outputs.result-html-dir }}

.github/workflows/ms-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
# Upload SARIF file as an Artifact to download and view
4949
- name: Upload SARIF as an Artifact
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: sarif-file
5353
path: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)