Skip to content

Commit cb22f6a

Browse files
chore(deps): bump actions/upload-artifact from 3 to 4 (aws#784)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
1 parent 4225ea3 commit cb22f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/proof_ci.yaml

+1-1
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)