Skip to content

Fix failing CI due to outdated upload action (#376) #1680

Fix failing CI due to outdated upload action (#376)

Fix failing CI due to outdated upload action (#376) #1680

Workflow file for this run

ci-success:
name: ci
if: ${{ success() }}
needs:
- exfmt
- test
runs-on: ubuntu-latest
steps:
- name: CI succeeded
run: exit 0