Skip to content

Commit bdb29c1

Browse files
Update actions/upload-artifact action to v6 (#939)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 838e24a commit bdb29c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ runs:
123123
find . -name "*.$outputextension"
124124
125125
- name: Upload ouputs as artifacts
126-
uses: actions/upload-artifact@v5
126+
uses: actions/upload-artifact@v6
127127
with:
128128
name: ${{ inputs.artifacts_name }}
129129
path: |

0 commit comments

Comments
 (0)