File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
name : development
63
63
steps :
64
64
- name : Download artifact
65
- uses : actions/download-artifact@v3
65
+ uses : actions/download-artifact@v4
66
66
with :
67
67
path : oscal-viewer
68
68
- name : Sign in to AWS
Original file line number Diff line number Diff line change 65
65
url : https://viewer.oscal.io/
66
66
steps :
67
67
- name : Download artifact
68
- uses : actions/download-artifact@v3
68
+ uses : actions/download-artifact@v4
69
69
with :
70
70
path : oscal-viewer
71
71
- name : Sign in to AWS
Original file line number Diff line number Diff line change 81
81
- name : Install package dependencies
82
82
run : npm ci
83
83
- name : Fetch the artifact
84
- uses : actions/download-artifact@v3
84
+ uses : actions/download-artifact@v4
85
85
with :
86
86
name : schema
87
87
path : schema
You can’t perform that action at this time.
0 commit comments