Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/metaschema-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Generate Schemas
run: |
bash "${OSCAL_CICD_PATH}/generate-schema.sh" -w "${OSCAL_WORKING_PATH}"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: schemas
path: |
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Generate Content Converters
run: |
bash "${OSCAL_CICD_PATH}/generate-content-converters.sh" -w "${OSCAL_WORKING_PATH}"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: content-converters
path: |
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Generate specification documentation
run: |
bash "${OSCAL_CICD_PATH}/generate-specification-documentation.sh"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: specification-docs
path: |
Expand All @@ -246,7 +246,7 @@ jobs:
echo "Branch(4): ${BRANCH}"
bash "../build/ci-cd/generate-model-documentation.sh" -b "${BRANCH}"
working-directory: ${{ github.workspace }}/${{ env.OSCAL_HOME }}/docs
# - uses: actions/upload-artifact@v2
# - uses: actions/upload-artifact@v3
# with:
# name: model-docs
# path: |
Expand All @@ -256,7 +256,7 @@ jobs:
run: |
cd "${OSCAL_WEBSITE_PATH}"
hugo -v --debug --minify
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: website
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
bash "${OSCAL_CICD_PATH}/package-release.sh" "${OSCAL_WORKING_PATH}"
tar -jcvf "${RELEASE_NAME}.tar.bz2" -C "${OSCAL_WORKING_PATH}/archive" .
(cd "${OSCAL_WORKING_PATH}/archive" && zip -r "../${RELEASE_NAME}.zip" .)
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: untitaker/hyperlink@0.1.15
with:
args: ${{ env.OSCAL_WEBSITE_PATH }}/public/ --sources ${{ env.OSCAL_WEBSITE_PATH }}/content --check-anchors
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: website
path: |
Expand Down