Skip to content

Commit fe24fc5

Browse files
committed
Bump GitHub actions actions, including Codecov to v2
1 parent 85fdb2e commit fe24fc5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v2
2525
- name: Set up Python ${{ matrix.python-version }}
2626
id: python
27-
uses: actions/setup-python@v2.1.4
27+
uses: actions/setup-python@v2
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Restore base Python virtual environment
@@ -54,7 +54,7 @@ jobs:
5454
- name: Check out code from GitHub
5555
uses: actions/checkout@v2
5656
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
57-
uses: actions/setup-python@v2.1.4
57+
uses: actions/setup-python@v2
5858
id: python
5959
with:
6060
python-version: ${{ env.DEFAULT_PYTHON }}
@@ -95,7 +95,7 @@ jobs:
9595
- name: Check out code from GitHub
9696
uses: actions/checkout@v2
9797
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
98-
uses: actions/setup-python@v2.1.4
98+
uses: actions/setup-python@v2
9999
id: python
100100
with:
101101
python-version: ${{ env.DEFAULT_PYTHON }}
@@ -138,7 +138,7 @@ jobs:
138138
- name: Check out code from GitHub
139139
uses: actions/checkout@v2
140140
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
141-
uses: actions/setup-python@v2.1.4
141+
uses: actions/setup-python@v2
142142
id: python
143143
with:
144144
python-version: ${{ env.DEFAULT_PYTHON }}
@@ -184,7 +184,7 @@ jobs:
184184
- name: Check out code from GitHub
185185
uses: actions/checkout@v2
186186
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
187-
uses: actions/setup-python@v2.1.4
187+
uses: actions/setup-python@v2
188188
id: python
189189
with:
190190
python-version: ${{ env.DEFAULT_PYTHON }}
@@ -231,7 +231,7 @@ jobs:
231231
- name: Check out code from GitHub
232232
uses: actions/checkout@v2
233233
- name: Set up Python ${{ matrix.python-version }}
234-
uses: actions/setup-python@v2.1.4
234+
uses: actions/setup-python@v2
235235
id: python
236236
with:
237237
python-version: ${{ matrix.python-version }}
@@ -271,7 +271,7 @@ jobs:
271271
-p no:sugar \
272272
tests
273273
- name: Upload coverage artifact
274-
uses: actions/upload-artifact@v2.2.0
274+
uses: actions/upload-artifact@v2
275275
with:
276276
name: coverage-${{ matrix.python-version }}
277277
path: .coverage
@@ -285,7 +285,7 @@ jobs:
285285
- name: Check out code from GitHub
286286
uses: actions/checkout@v2
287287
- name: Set up Python ${{ matrix.python-version }}
288-
uses: actions/setup-python@v2.1.4
288+
uses: actions/setup-python@v2
289289
id: python
290290
with:
291291
python-version: ${{ env.DEFAULT_PYTHON }}
@@ -312,4 +312,4 @@ jobs:
312312
coverage report --fail-under=98
313313
coverage xml
314314
- name: Upload coverage to Codecov
315-
uses: codecov/codecov-action@v1.0.14
315+
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)