Skip to content

Commit 0dbfb67

Browse files
committed
CI: Update action versions
1 parent fd5c84b commit 0dbfb67

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/misc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
EXTRA_PIP_FLAGS: ${{ matrix.pip-flags }}
3636

3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939
with:
4040
submodules: recursive
4141
fetch-depth: 0
4242
- name: Set up Python ${{ matrix.python-version }}
43-
uses: actions/setup-python@v2
43+
uses: actions/setup-python@v4
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
architecture: ${{ matrix.architecture }}
@@ -63,7 +63,7 @@ jobs:
6363
run: tools/ci/submit_coverage.sh
6464
if: ${{ always() }}
6565
- name: Upload pytest test results
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v3
6767
with:
6868
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
6969
path: for_testing/test-results.xml

.github/workflows/pre-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
EXTRA_PIP_FLAGS: ${{ matrix.pip-flags }}
5757

5858
steps:
59-
- uses: actions/checkout@v2
59+
- uses: actions/checkout@v3
6060
with:
6161
submodules: recursive
6262
fetch-depth: 0
6363
- name: Set up Python ${{ matrix.python-version }}
64-
uses: actions/setup-python@v2
64+
uses: actions/setup-python@v4
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
architecture: ${{ matrix.architecture }}
@@ -84,7 +84,7 @@ jobs:
8484
run: tools/ci/submit_coverage.sh
8585
if: ${{ always() }}
8686
- name: Upload pytest test results
87-
uses: actions/upload-artifact@v2
87+
uses: actions/upload-artifact@v3
8888
with:
8989
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
9090
path: for_testing/test-results.xml

.github/workflows/stable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ jobs:
103103
EXTRA_PIP_FLAGS: ${{ matrix.pip-flags }}
104104

105105
steps:
106-
- uses: actions/checkout@v2
106+
- uses: actions/checkout@v3
107107
with:
108108
submodules: recursive
109109
fetch-depth: 0
110110
- name: Set up Python ${{ matrix.python-version }}
111-
uses: actions/setup-python@v2
111+
uses: actions/setup-python@v4
112112
with:
113113
python-version: ${{ matrix.python-version }}
114114
architecture: ${{ matrix.architecture }}
@@ -131,7 +131,7 @@ jobs:
131131
run: tools/ci/submit_coverage.sh
132132
if: ${{ always() }}
133133
- name: Upload pytest test results
134-
uses: actions/upload-artifact@v2
134+
uses: actions/upload-artifact@v3
135135
with:
136136
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
137137
path: for_testing/test-results.xml

0 commit comments

Comments
 (0)