diff --git a/.github/workflows/create_legacy_data.yml b/.github/workflows/create_legacy_data.yml index c19b059..02ec2a0 100644 --- a/.github/workflows/create_legacy_data.yml +++ b/.github/workflows/create_legacy_data.yml @@ -15,13 +15,13 @@ jobs: create-dolfin-data: runs-on: "ubuntu-22.04" container: ghcr.io/scientificcomputing/fenics:2023-11-15 - steps: - - uses: actions/checkout@v4 + steps: + - uses: actions/checkout@v4 - - name: Create datasets - run: python3 ./tests/create_legacy_data.py --output-dir=$data_dir + - name: Create datasets + run: python3 ./tests/create_legacy_data.py --output-dir=$data_dir - - uses: actions/upload-artifact@v4 - with: - name: ${{inputs.artifact_name}_${{ env.data_dir }} - path: ./${{ env.data_dir }} + - uses: actions/upload-artifact@v4 + with: + name: ${{inputs.artifact_name}_${{ env.data_dir }} + path: ./${{ env.data_dir }}