From 91eb5aee3a2a7458b38cfc3efc8c0bd90780bf4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 07:19:07 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/part_build.yml | 4 ++-- .github/workflows/part_docs.yml | 2 +- .github/workflows/part_test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/part_build.yml b/.github/workflows/part_build.yml index b9e7a5810..8f55216eb 100644 --- a/.github/workflows/part_build.yml +++ b/.github/workflows/part_build.yml @@ -120,7 +120,7 @@ jobs: - run: mix compile --warning-as-errors env: MIX_ENV: prod - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: compile_assets path: priv/static @@ -143,7 +143,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: mix_release path: . diff --git a/.github/workflows/part_docs.yml b/.github/workflows/part_docs.yml index dabda1ef6..cb9dcc12d 100644 --- a/.github/workflows/part_docs.yml +++ b/.github/workflows/part_docs.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: docs path: docs diff --git a/.github/workflows/part_test.yml b/.github/workflows/part_test.yml index 8e1ad9731..249daff45 100644 --- a/.github/workflows/part_test.yml +++ b/.github/workflows/part_test.yml @@ -217,7 +217,7 @@ jobs: compile-${{ env.MIX_ENV }}-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}- - run: mix deps.compile - run: mix compile --warning-as-errors - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dialyzer_plt_dev path: priv/plts/