From 656e6d6bf800af758949515fd95c33e8dcc17493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:12:32 +0000 Subject: [PATCH] chore(deps): 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/deploy-dev-viewer.yml | 2 +- .github/workflows/deploy-prod-viewer.yml | 2 +- .github/workflows/update-types.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-dev-viewer.yml b/.github/workflows/deploy-dev-viewer.yml index 7b054098..b7084ff1 100644 --- a/.github/workflows/deploy-dev-viewer.yml +++ b/.github/workflows/deploy-dev-viewer.yml @@ -62,7 +62,7 @@ jobs: name: development steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: oscal-viewer - name: Sign in to AWS diff --git a/.github/workflows/deploy-prod-viewer.yml b/.github/workflows/deploy-prod-viewer.yml index 8952601d..5d91c732 100644 --- a/.github/workflows/deploy-prod-viewer.yml +++ b/.github/workflows/deploy-prod-viewer.yml @@ -65,7 +65,7 @@ jobs: url: https://viewer.oscal.io/ steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: oscal-viewer - name: Sign in to AWS diff --git a/.github/workflows/update-types.yml b/.github/workflows/update-types.yml index 672144b9..25419c92 100644 --- a/.github/workflows/update-types.yml +++ b/.github/workflows/update-types.yml @@ -81,7 +81,7 @@ jobs: - name: Install package dependencies run: npm ci - name: Fetch the artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: schema path: schema