Skip to content

Commit 2b9ef44

Browse files
committed
Merge branch '12-update-github-ci' into 'dev'
Update GitHub Actions CI See merge request objectbox/objectbox-generator!10
2 parents 2b2f01f + 854f19b commit 2b9ef44

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
matrix:
1818
os:
1919
- windows-2019
20-
- macos-10.15
21-
- ubuntu-18.04
20+
- macos-12
21+
- ubuntu-22.04
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- run: git config --global core.autocrlf false
2525

2626
- name: Get sources
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: Cache Deps
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
with:
3232
path: ./third_party/*
3333
key: ${{ runner.os }}-${{ github.workspace }}-deps-${{ hashFiles('./third_party/*') }}
@@ -37,7 +37,7 @@ jobs:
3737
- run: make test
3838

3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: objectbox-generator-${{ runner.os }}
4343
path: objectbox-generator*

0 commit comments

Comments
 (0)