Skip to content

Commit

Permalink
The upload-artifact@v3 action is not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Feb 11, 2025
1 parent 9b59171 commit c1c8c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-diff-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: fedora-copr/vcs-diff-lint-action@v1

- name: Upload artifact with detected defects in SARIF format
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: VCS Diff Lint SARIF
path: ${{ steps.VCS_Diff_Lint.outputs.sarif }}
Expand Down

0 comments on commit c1c8c07

Please sign in to comment.