Skip to content

Commit b141348

Browse files
author
AhmedYasserrr
committed
chore: update GitHub Actions to use latest versions of checkout and upload-artifact
1 parent e37fdf0 commit b141348

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository (with submodules)
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
submodules: recursive
1717

@@ -47,15 +47,15 @@ jobs:
4747
echo "::endgroup::"
4848
4949
- name: Upload artifact
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: ectool-linux
5353
path: _build/src/core/ectool
5454

5555
build-windows:
5656
runs-on: windows-2022
5757
steps:
58-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v4
5959
with:
6060
submodules: recursive
6161

@@ -71,7 +71,7 @@ jobs:
7171
& "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config RelWithDebInfo --parallel
7272
7373
- name: Upload artifact
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: ectool-windows
7777
path: |

0 commit comments

Comments
 (0)