Skip to content

Commit 656e6d6

Browse files
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](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50e7f18 commit 656e6d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-dev-viewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
name: development
6363
steps:
6464
- name: Download artifact
65-
uses: actions/download-artifact@v3
65+
uses: actions/download-artifact@v4
6666
with:
6767
path: oscal-viewer
6868
- name: Sign in to AWS

.github/workflows/deploy-prod-viewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
url: https://viewer.oscal.io/
6666
steps:
6767
- name: Download artifact
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4
6969
with:
7070
path: oscal-viewer
7171
- name: Sign in to AWS

.github/workflows/update-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install package dependencies
8282
run: npm ci
8383
- name: Fetch the artifact
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: schema
8787
path: schema

0 commit comments

Comments
 (0)