Skip to content

Commit 0c79778

Browse files
authored
proof_ci.yaml must use latest upload-artifact (#1183)
1 parent c5a0812 commit 0c79778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/proof_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
&& mv $FINAL_REPORT_DIR/${{ steps.artifact.outputs.name }}.zip .
178178
- name: Upload zip artifact of CBMC proof results to GitHub Actions
179179
if: ${{ env.REPO_VISIBILITY == 'public' }}
180-
uses: actions/upload-artifact@v3
180+
uses: actions/upload-artifact@v4
181181
with:
182182
name: ${{ steps.artifact.outputs.name }}
183183
path: ${{ steps.artifact.outputs.name }}.zip

0 commit comments

Comments
 (0)