From 6c007e9390718dc8a4a6219fc42f2a6ac377f711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 11:12:42 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/part_docs.yml | 2 +- .github/workflows/part_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/part_docs.yml b/.github/workflows/part_docs.yml index e25cb40..59d0156 100644 --- a/.github/workflows/part_docs.yml +++ b/.github/workflows/part_docs.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: docs path: docs diff --git a/.github/workflows/part_test.yml b/.github/workflows/part_test.yml index 0dd2e0e..2c2ab46 100644 --- a/.github/workflows/part_test.yml +++ b/.github/workflows/part_test.yml @@ -235,7 +235,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@v7 + - uses: actions/download-artifact@v8 with: name: dialyzer_plt_dev path: priv/plts/