File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,23 +62,23 @@ jobs:
6262 run : pytest --cov-report xml:coverage-${{ matrix.python-version }}.xml --junitxml=test-results-${{ matrix.python-version }}.xml
6363
6464 - name : Upload pytest test results artifact
65- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
65+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
6666 with :
6767 name : pytest-results-${{ matrix.python-version }}
6868 path : test-results-${{ matrix.python-version }}.xml
6969 # Use always() to always run this step to publish test results when there are test failures
7070 if : ${{ always() }}
7171
7272 - name : Upload coverage results artifact
73- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
73+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
7474 with :
7575 name : pytest-coverage-${{ matrix.python-version }}
7676 path : coverage-${{ matrix.python-version }}.xml
7777 # Use always() to always run this step to publish test results when there are test failures
7878 if : ${{ always() }}
7979
8080 - name : Publish coverage results to Codecov
81- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
81+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
8282 with :
8383 file : coverage-${{ matrix.python-version }}.xml
8484 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments