Skip to content

Commit d50bae4

Browse files
Update GitHub Actions
1 parent 7cccd9f commit d50bae4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)