Skip to content

Commit

Permalink
Update github actions to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Nov 4, 2023
1 parent 772489b commit b100815
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- os: windows-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install nasm
Expand All @@ -38,7 +38,7 @@ jobs:
shell: powershell
- name: Install qemu
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Build OpenSSL
env:
CIBW_ARCHS: ${{ matrix.arch }}
Expand All @@ -52,7 +52,7 @@ jobs:
cibuildwheel --output-dir output
rm output/*.whl
- name: Upload OpenSSL
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: output
path: output/

0 comments on commit b100815

Please sign in to comment.