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 Mar 12, 2024
1 parent ad4a4fd commit 39e0b97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
arch: x86
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install qemu
Expand All @@ -47,7 +47,7 @@ jobs:
cibuildwheel --output-dir output
rm output/*.whl
- name: Upload OpenSSL
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output
name: output-${{ matrix.os }}-${{ matrix.arch }}
path: output/

0 comments on commit 39e0b97

Please sign in to comment.