File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 # ugh https://github.com/actions/toolkit/blob/main/docs/commands.md#path-manipulation
3636 - run : echo "$HOME/.local/bin" >> $GITHUB_PATH
3737
38- - uses : actions/setup-python@v4
38+ - uses : actions/setup-python@v5
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 with :
4444 submodules : recursive
4545 fetch-depth : 0 # nicer to have all git history when debugging/for tests
5151 - run : bash .ci/run
5252
5353 - if : matrix.platform == 'ubuntu-latest' # no need to compute coverage for other platforms
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : .coverage.mypy_${{ matrix.platform }}_${{ matrix.python-version }}
5757 path : .coverage.mypy/
@@ -65,11 +65,11 @@ jobs:
6565 # ugh https://github.com/actions/toolkit/blob/main/docs/commands.md#path-manipulation
6666 - run : echo "$HOME/.local/bin" >> $GITHUB_PATH
6767
68- - uses : actions/setup-python@v4
68+ - uses : actions/setup-python@v5
6969 with :
7070 python-version : ' 3.8'
7171
72- - uses : actions/checkout@v3
72+ - uses : actions/checkout@v4
7373 with :
7474 submodules : recursive
7575
You can’t perform that action at this time.
0 commit comments