Skip to content

Commit

Permalink
Fix failing CI due to outdated upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 authored Sep 11, 2024
1 parent 68b984b commit d8284c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gobra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
viperBackend: ${{ env.viperBackend }}
unsafeWildcardOptimization: ${{ env.unsafeWildcardOptimization }}
- name: Upload the verification report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: stats_addr.json
path: /stats/stats_addr.json
Expand Down Expand Up @@ -431,4 +431,4 @@ jobs:
useZ3API: ${{ env.useZ3API }}
disableNL: '0'
viperBackend: ${{ env.viperBackend }}
unsafeWildcardOptimization: '0'
unsafeWildcardOptimization: '0'

0 comments on commit d8284c1

Please sign in to comment.