Skip to content

Commit

Permalink
Merge branch 'main' into delta-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedias authored Dec 13, 2024
2 parents 04ece65 + 67bbff9 commit 7f31dff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/courses/advanced/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
# save our results to the pipeline artifacts, even if the InSpec run found failing tests
- name: VALIDATE - Save Test Result JSON
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: results/pipeline_run_attested.json

Expand Down
6 changes: 3 additions & 3 deletions src/courses/advanced/10.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Let's run InSpec:
# save our results to the pipeline artifacts, even if the InSpec run found failing tests
- name: VALIDATE - Save Test Result JSON
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: results/pipeline_run_attested.json
```
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
# save our results to the pipeline artifacts, even if the InSpec run found failing tests
- name: VALIDATE - Save Test Result JSON
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: results/pipeline_run_attested.json
```
Expand Down Expand Up @@ -668,7 +668,7 @@ jobs:
# save our results to the pipeline artifacts, even if the InSpec run found failing tests
- name: VALIDATE - Save Test Result JSON
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: results/pipeline_run_attested.json
Expand Down
2 changes: 1 addition & 1 deletion src/courses/advanced/11.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# save our results to the pipeline artifacts, even if the InSpec run found failing tests
- name: VALIDATE - Save Test Result JSON
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: results/pipeline_run_attested.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
command_string: 'validate threshold -i spec/results/ec2_rhel-7_${{ matrix.suite }}.json -F ${{ matrix.suite }}.threshold.yml'
- name: Save Test Result JSON
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: spec/results/
```
Expand Down

0 comments on commit 7f31dff

Please sign in to comment.