Skip to content

Commit

Permalink
Bump upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Oct 18, 2024
1 parent 2bf013e commit 8038cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Escriptize Debugger
run: rebar3 escriptize
- name: Store Debugger Escript
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: els_dap
path: _build/default/bin/els_dap
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Run CT Tests
run: rebar3 ct
- name: Store CT Logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ct-logs
path: _build/test/logs
Expand All @@ -65,7 +65,7 @@ jobs:
run: rebar3 edoc
if: ${{ matrix.otp-version == '24' }}
- name: Publish Documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: edoc
path: |
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Run CT Tests
run: rebar3 ct
- name: Store CT Logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ct-logs
path: _build/test/logs
Expand Down

0 comments on commit 8038cc8

Please sign in to comment.