Skip to content

Commit 84b4d17

Browse files
authored
Fix breaking changes in upload-artifact action use
Also bind it to concrete v4 release
1 parent 9cc5aa4 commit 84b4d17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ runs:
113113
INPUT_INI_PATH: ${{ inputs.ini_path }}
114114

115115
- name: Upload artifact
116-
uses: actions/upload-artifact@main
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: results.sarif
119119
path: results.sarif
120+
overwrite: true
120121

121122
- name: Upload SARIF file
122123
uses: github/codeql-action/upload-sarif@v2

0 commit comments

Comments
 (0)