Skip to content

Commit c206b2a

Browse files
authored
Merge pull request contiki-ng#2819 from contiki-ng/dependabot/github_actions/develop/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents 92d1d41 + 3e44588 commit c206b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
category: "/language:${{matrix.language}}"
140140

141141
- name: Archive CodeQL results
142-
uses: actions/upload-artifact@v3
142+
uses: actions/upload-artifact@v4
143143
with:
144144
name: codeql-results
145145
path: ${{ steps.step1.outputs.sarif-output }}

0 commit comments

Comments
 (0)