Skip to content

Commit 3afb9c0

Browse files
authored
update actions versions (#444)
1 parent cd68187 commit 3afb9c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
ci:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-python@v2
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-python@v4
1313
- name: Install prerequisites
1414
run: |
1515
sudo apt-get update -qq
@@ -29,13 +29,13 @@ jobs:
2929
python scripts/oneapi.py -W html
3030
python scripts/oneapi.py -W latexpdf
3131
- name: Archive build directory
32-
uses: actions/upload-artifact@v1
32+
uses: actions/upload-artifact@v3
3333
with:
3434
name: build
3535
path: build
3636
- name: Checkout gh-pages
3737
if: ${{ github.ref == 'refs/heads/main' }}
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v3
3939
with:
4040
ref: gh-pages
4141
path: gh-pages

0 commit comments

Comments
 (0)