From 6fc28b6b9f4298ba2bcfbca7d2596abb0e722b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:22:32 +0000 Subject: [PATCH] MAINT: 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/constraints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.yml b/.github/workflows/constraints.yml index 9000031..ca9816f 100644 --- a/.github/workflows/constraints.yml +++ b/.github/workflows/constraints.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.PAT }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - run: ls -A - name: Move artifacts to correct location run: |