We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3a174 commit 1752a03Copy full SHA for 1752a03
1 file changed
.github/workflows/cicd.yml
@@ -3,7 +3,7 @@
3
4
# SPDX-License-Identifier: MIT
5
6
-name: Linting and license check
+name: "Lint, simulate, synthesize, test and docs"
7
8
on: [push]
9
@@ -70,7 +70,7 @@ jobs:
70
- name: Synthesis
71
run: make synth
72
- name: Upload
73
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
74
with:
75
name: synthesis_reports
76
path: build/docs/reports
0 commit comments