Skip to content

Commit 93826a3

Browse files
Updated files with 'repo_helper'.
1 parent 5681436 commit 93826a3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
6868

6969
- name: "Upload Coverage 🚀"
70-
uses: actions/upload-artifact@v2
70+
uses: actions/upload-artifact@v3
7171
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7272
with:
7373
name: "coverage-${{ matrix.config.python-version }}"

.github/workflows/python_ci_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7070

7171
- name: "Upload Coverage 🚀"
72-
uses: actions/upload-artifact@v2
72+
uses: actions/upload-artifact@v3
7373
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7474
with:
7575
name: "coverage-${{ matrix.config.python-version }}"
@@ -94,7 +94,7 @@ jobs:
9494
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
9595
9696
- name: "Download Coverage 🪂"
97-
uses: actions/download-artifact@v2
97+
uses: actions/download-artifact@v3
9898
with:
9999
path: coverage
100100

@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: "Upload Combined Coverage Artefact 🚀"
114114
if: ${{ steps.show.outcome != 'failure' }}
115-
uses: actions/upload-artifact@v2
115+
uses: actions/upload-artifact@v3
116116
with:
117117
name: "combined-coverage"
118118
path: .coverage

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
6868

6969
- name: "Upload Coverage 🚀"
70-
uses: actions/upload-artifact@v2
70+
uses: actions/upload-artifact@v3
7171
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7272
with:
7373
name: "coverage-${{ matrix.config.python-version }}"

0 commit comments

Comments
 (0)