Skip to content

Commit a22f314

Browse files
chore(deps): update actions/upload-artifact action to v7 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ce8ea0 commit a22f314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Upload test logs
3535
if: failure()
36-
uses: actions/upload-artifact@v6
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: test-logs-${{ matrix.os }}-${{ hashFiles(matrix.folder) }}
3939
path: |

0 commit comments

Comments
 (0)