Skip to content

Commit 4f496eb

Browse files
Updated files with 'repo_helper'.
1 parent b5fff26 commit 4f496eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/python_ci.yml

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

7676
- name: "Upload Coverage 🚀"
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7979
with:
8080
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
@@ -76,7 +76,7 @@ jobs:
7676
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7777

7878
- name: "Upload Coverage 🚀"
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
if: ${{ always() && steps.setup-python.outcome == 'success' }}
8181
with:
8282
name: "coverage-${{ matrix.config.python-version }}"
@@ -101,7 +101,7 @@ jobs:
101101
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
102102
103103
- name: "Download Coverage 🪂"
104-
uses: actions/download-artifact@v3
104+
uses: actions/download-artifact@v4
105105
with:
106106
path: coverage
107107

@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: "Upload Combined Coverage Artefact 🚀"
121121
if: ${{ steps.show.outcome != 'failure' }}
122-
uses: actions/upload-artifact@v3
122+
uses: actions/upload-artifact@v4
123123
with:
124124
name: "combined-coverage"
125125
path: .coverage

.github/workflows/python_ci_macos.yml

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

7575
- name: "Upload Coverage 🚀"
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7878
with:
7979
name: "coverage-${{ matrix.config.python-version }}"

formate.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ known_third_party = [
9999
"yapf_isort",
100100
"ytools3",
101101
]
102-
known_first_party = "repo_helper"
102+
known_first_party = [ "repo_helper",]

0 commit comments

Comments
 (0)