diff --git a/.github/workflows/erlang-parallel-build.yml b/.github/workflows/erlang-parallel-build.yml index b65d8d9..4923957 100644 --- a/.github/workflows/erlang-parallel-build.yml +++ b/.github/workflows/erlang-parallel-build.yml @@ -261,7 +261,7 @@ jobs: - name: Store CT Logs if: ${{ failure() && (steps.run-ct.outcome == 'failure' || steps.run-ct-w-compose.outcome == 'failure') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ct-logs path: _build/test/logs diff --git a/.github/workflows/erlang-simple-build.yml b/.github/workflows/erlang-simple-build.yml index e6d1d19..307ca41 100644 --- a/.github/workflows/erlang-simple-build.yml +++ b/.github/workflows/erlang-simple-build.yml @@ -151,7 +151,7 @@ jobs: - name: Store CT Logs if: ${{ failure() && steps.run-ct.outcome == 'failure' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ct-logs path: _build/test/logs