Skip to content

Commit eb756bd

Browse files
authored
Merge pull request #2 from doublegate/dependabot/github_actions/actions/upload-artifact-5
ci(deps): Bump actions/upload-artifact from 4 to 5
2 parents 2aad303 + df72dea commit eb756bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
# Upload results as artifacts for review
119119
- name: Upload audit results
120120
if: always()
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v5
122122
with:
123123
name: security-audit-results
124124
path: |

0 commit comments

Comments
 (0)