From 8038cc8cb0b9f32a2cd1a44b862ef8da002cf482 Mon Sep 17 00:00:00 2001 From: Roberto Aloi Date: Fri, 18 Oct 2024 16:22:46 +0200 Subject: [PATCH] Bump upload-artifact version --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51c5194..1e9010f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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: | @@ -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