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 29c1ea7 + c9f9665 commit 7651366Copy full SHA for 7651366
.github/workflows/pull-request-checks.yaml
@@ -120,19 +120,19 @@ jobs:
120
- name: Print ccache stats
121
run: ccache -s
122
- name: Upload the ebmc binary
123
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
124
with:
125
name: ebmc-binary
126
retention-days: 5
127
path: src/ebmc/ebmc
128
- name: Upload the hw-cbmc binary
129
130
131
name: hw-cbmc-binary
132
133
path: src/hw-cbmc/hw-cbmc
134
- name: Upload the vlindex binary
135
136
137
name: vlindex-binary
138
0 commit comments