From 46bda7d08bf8a66944057643b801593e4a7ddda1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:24:56 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 (#37) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/manual-dev-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-dev-deploy.yaml b/.github/workflows/manual-dev-deploy.yaml index f000243..27eb704 100644 --- a/.github/workflows/manual-dev-deploy.yaml +++ b/.github/workflows/manual-dev-deploy.yaml @@ -20,7 +20,7 @@ - name: install dependencies run: source .venv/bin/activate && python -m pip install --upgrade pip && pip install -r requirements.txt - name: download previous build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Deploy to Gov PaaS uses: citizen-of-planet-earth/cf-cli-action@v2 with: