From 34ed53d811c13cca5f3b21dc18dca9e3ea01e3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:00:30 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/self-test-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/self-test-and-release.yml b/.github/workflows/self-test-and-release.yml index 8172d7b..c9ad212 100644 --- a/.github/workflows/self-test-and-release.yml +++ b/.github/workflows/self-test-and-release.yml @@ -164,12 +164,12 @@ jobs: - SelfTestPython steps: - name: Download artifact pass_status_ubuntu-latest - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pass_status_ubuntu-latest - name: Download artifact pass_status_windows-latest - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pass_status_windows-latest - name: Set the statuses of the windows and ${{ matrix.os }} job as output parameters