Skip to content

Commit

Permalink
Merge pull request #38 from sandialabs/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.3.3

chore(deps): Bump actions/upload-artifact from 3.1.3 to 4.3.3
  • Loading branch information
jmgate authored Jul 3, 2024
2 parents bf9017a + 35c39d8 commit c341421
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,16 @@ jobs:
working-directory: ./doc

- name: Check documentation coverage
run: make coverage
run: |
make coverage
mv build/coverage/python.txt ../docs-coverage-report-${{ matrix.version }}.txt
working-directory: ./doc

- name: Archive documentation coverage results
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: docs-coverage-report
path: doc/build/coverage/python.txt
name: docs-coverage-report-${{ matrix.version }}
path: docs-coverage-report-${{ matrix.version }}.txt

- name: Test uninstall
run: python3 -m pip uninstall -y reverse_argparse
Expand Down

0 comments on commit c341421

Please sign in to comment.