Skip to content

Commit fde656d

Browse files
authored
Merge pull request #11 from sandialabs/dependabot/github_actions/actions/upload-artifact-5
ci(deps): bump actions/upload-artifact from 4 to 5
2 parents 631d198 + 6f23a5f commit fde656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
safety check
9999
100100
- name: Upload security scan results
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v5
102102
if: always()
103103
with:
104104
name: security-reports

0 commit comments

Comments
 (0)