Skip to content

Commit f5cf2ce

Browse files
Merge branch 'dependabot/github_actions/main/actions/upload-artifact-5'
* dependabot/github_actions/main/actions/upload-artifact-5: [UPDATE] (deps): Bump actions/upload-artifact from 4 to 5 [UPDATE] (deps): Bump github/codeql-action from 3 to 4
2 parents ba51d0c + 838fdd3 commit f5cf2ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ runs:
124124
INPUT_CONFIG_PATH: ${{ inputs.config_path }}
125125

126126
- name: Upload artifact
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: results.sarif
130130
path: results.sarif
131131
overwrite: true
132132

133133
- name: Upload SARIF file
134-
uses: github/codeql-action/upload-sarif@v3
134+
uses: github/codeql-action/upload-sarif@v4
135135
with:
136136
sarif_file: results.sarif
137137

0 commit comments

Comments
 (0)