Skip to content

Commit 3a4e9ab

Browse files
chore(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30b4d7d commit 3a4e9ab

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)