Skip to content

Commit 32add86

Browse files
authored
Update documentation.yml
1 parent d7a0eb3 commit 32add86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install Latex
@@ -44,7 +44,7 @@ jobs:
4444
make raw-html
4545
cd ../..
4646
- name: Upload documentation as an artifact
47-
uses: actions/upload-artifact@v2
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: html-documentation
5050
retention-days: 15

0 commit comments

Comments
 (0)