Skip to content

Commit f0af24a

Browse files
committed
Try debug again
1 parent 47d2341 commit f0af24a

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
@@ -206,8 +206,8 @@ runs:
206206
sarif_file: ${{ inputs.output }}
207207
- name: Upload SARIF as debug artefact
208208
# if we're in debug mode and we got results
209-
if: ${{ hashFiles(inputs.output) != '' && runner.debug == '1' }}
210-
uses: actions/upload-artifact@v2
209+
if: runner.debug == '1'
210+
uses: actions/upload-artifact@v3
211211
with:
212212
name: ${{ inputs.output }}
213213
path: ${{ inputs.output }}

0 commit comments

Comments
 (0)