Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atomb committed Feb 16, 2023
1 parent 70ee75b commit e81b4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
solver: [z3-4.8.5, z3-4.12.1]
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
if: runner.os == 'Windows'

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: bin
name: ${{ matrix.solver }}-${{ matrix.os }}-bin

0 comments on commit e81b4f1

Please sign in to comment.