Skip to content

Commit

Permalink
update actions versions (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Oct 31, 2022
1 parent cd68187 commit 3afb9c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install prerequisites
run: |
sudo apt-get update -qq
Expand All @@ -29,13 +29,13 @@ jobs:
python scripts/oneapi.py -W html
python scripts/oneapi.py -W latexpdf
- name: Archive build directory
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: build
path: build
- name: Checkout gh-pages
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
path: gh-pages
Expand Down

0 comments on commit 3afb9c0

Please sign in to comment.