We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea34ea commit a5652a2Copy full SHA for a5652a2
.github/workflows/part_docs.yml
@@ -42,7 +42,7 @@ jobs:
42
- run: mix deps.compile
43
- run: mix compile --warning-as-errors
44
- run: mix docs
45
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
46
with:
47
name: docs
48
path: doc
.github/workflows/part_test.yml
@@ -197,7 +197,7 @@ jobs:
197
restore-keys: |
198
dialyzer_plt_dev-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-
199
- run: mix dialyzer --plt
200
201
202
name: dialyzer_plt_dev
203
path: priv/plts/
0 commit comments