Skip to content

Commit 10eee14

Browse files
Bump actions/upload-artifact from 4 to 7 (#223)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbf45db commit 10eee14

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/float-fvp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Upload float FVP logs
155155
if: always()
156-
uses: actions/upload-artifact@v4
156+
uses: actions/upload-artifact@v7
157157
with:
158158
name: float-fvp-${{ matrix.key }}
159159
path: |

.github/workflows/float-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Upload float host logs
116116
if: always()
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: float-host-${{ matrix.cc }}
120120
path: |

.github/workflows/integer-fvp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
160160
- name: Upload integer FVP logs
161161
if: always() && steps.select.outputs.enabled == 'true'
162-
uses: actions/upload-artifact@v4
162+
uses: actions/upload-artifact@v7
163163
with:
164164
name: integer-fvp-${{ matrix.key }}
165165
path: |

.github/workflows/lib-variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
169169
- name: Upload build logs
170170
if: always() && steps.select.outputs.enabled == 'true'
171-
uses: actions/upload-artifact@v4
171+
uses: actions/upload-artifact@v7
172172
with:
173173
name: lib-variants-${{ matrix.key }}
174174
path: |

0 commit comments

Comments
 (0)