Skip to content

Commit 46b6507

Browse files
authored
Merge pull request #69 from Wargus/CI
[CI]:
2 parents b8f4d8b + 4ff868d commit 46b6507

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/cmake.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, ubuntu-18.04, windows-2019]
16+
os: [ubuntu-latest, ubuntu-20.04, windows-2019]
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

22-
- uses: olegtarasov/[email protected]
22+
- uses: olegtarasov/[email protected].3
2323
id: tagName
2424

2525
- name: Install ubuntu dependencies
@@ -56,7 +56,7 @@ jobs:
5656
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
5757

5858
- name: Store windows artifacts
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
if: startsWith(matrix.os, 'windows')
6161
with:
6262
name: Stargus

0 commit comments

Comments
 (0)