Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Feb 27, 2024
1 parent 5b04c50 commit b539e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "IS_MALWARE_DETECTED=$is_malware_detected" >> $GITHUB_ENV
- name: Upload ClamAV scan results to an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ClamAV_${{ github.sha }}
path: scan.json
Expand Down

0 comments on commit b539e15

Please sign in to comment.