Skip to content

Commit

Permalink
fix cbmc
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jan 23, 2025
1 parent 0282088 commit 86c67e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proof_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
&& mv $FINAL_REPORT_DIR/${{ steps.artifact.outputs.name }}.zip .
- name: Upload zip artifact of CBMC proof results to GitHub Actions
if: ${{ env.REPO_VISIBILITY == 'public' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.artifact.outputs.name }}
path: ${{ steps.artifact.outputs.name }}.zip
Expand Down

0 comments on commit 86c67e1

Please sign in to comment.