From 59c4899546ac9359d6cab60328b0c0feaaa0ebe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 04:47:02 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 6f11f23e..75f83a6a 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -84,7 +84,7 @@ jobs: python-version: ${{ matrix.python }} - name: Load built wheel file - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: power-grid-model-io path: wheelhouse/ @@ -115,7 +115,7 @@ jobs: python-version: ${{ matrix.python }} - name: Load built wheel file - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: power-grid-model-io path: wheelhouse/ @@ -141,7 +141,7 @@ jobs: python-version: "3.13" - name: Load built wheel file - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: power-grid-model-io path: wheelhouse/