Skip to content

Commit

Permalink
bump artifact upload action to v4 for vacuum
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrown-stateless committed Oct 4, 2024
1 parent 69ec799 commit a9960ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: mkdir -p reports; for FILEPATH in specs/ccapi*.json; do FILE="$(echo $FILEPATH | cut -d '/' -f2 | cut -d '.' -f1)"; vacuum html-report "${FILEPATH}" "reports/report-${FILE}.html"; done
shell: bash
- name: Archive Vacuum HTML Reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Vacuum HTML Reports
path: reports/*.html
Expand Down

0 comments on commit a9960ae

Please sign in to comment.