Skip to content

Commit e81b4f1

Browse files
committed
Update actions versions
1 parent 70ee75b commit e81b4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
solver: [z3-4.8.5, z3-4.12.1]
1818
steps:
1919
- name: Check out
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
with:
2222
submodules: true
2323
fetch-depth: 0
@@ -47,7 +47,7 @@ jobs:
4747
if: runner.os == 'Windows'
4848

4949
- name: Upload artifact
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v3
5151
with:
5252
path: bin
5353
name: ${{ matrix.solver }}-${{ matrix.os }}-bin

0 commit comments

Comments
 (0)