We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f88257a + 1ba9d71 commit 846ef14Copy full SHA for 846ef14
.github/workflows/pull-request-checks.yaml
@@ -132,19 +132,19 @@ jobs:
132
- name: Print ccache stats
133
run: ccache -s
134
- name: Upload the ebmc binary
135
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
136
with:
137
name: ebmc-binary
138
retention-days: 5
139
path: src/ebmc/ebmc
140
- name: Upload the hw-cbmc binary
141
142
143
name: hw-cbmc-binary
144
145
path: src/hw-cbmc/hw-cbmc
146
- name: Upload the vlindex binary
147
148
149
name: vlindex-binary
150
0 commit comments