We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4225ea3 commit cb22f6aCopy full SHA for cb22f6a
.github/workflows/proof_ci.yaml
@@ -177,7 +177,7 @@ jobs:
177
&& mv $FINAL_REPORT_DIR/${{ steps.artifact.outputs.name }}.zip .
178
- name: Upload zip artifact of CBMC proof results to GitHub Actions
179
if: ${{ env.REPO_VISIBILITY == 'public' }}
180
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
181
with:
182
name: ${{ steps.artifact.outputs.name }}
183
path: ${{ steps.artifact.outputs.name }}.zip
0 commit comments