Skip to content

Commit 1752a03

Browse files
committed
Rename action and upgrade upload action
1 parent 3f3a174 commit 1752a03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# SPDX-License-Identifier: MIT
55

6-
name: Linting and license check
6+
name: "Lint, simulate, synthesize, test and docs"
77

88
on: [push]
99

@@ -70,7 +70,7 @@ jobs:
7070
- name: Synthesis
7171
run: make synth
7272
- name: Upload
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v7
7474
with:
7575
name: synthesis_reports
7676
path: build/docs/reports

0 commit comments

Comments
 (0)