Skip to content

Commit c6ce9ae

Browse files
committed
Update to the latest Github actions
1 parent 673b72a commit c6ce9ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sudo apt-get update -y -qq
1717
sudo apt-get install -y -qq 'libqt5*-dev' qttools5-dev libswscale-dev ffmpeg libavcodec-dev libopencv-dev libaravis-dev
1818
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0 # get entire history because we need tags for versioning
2222

@@ -46,7 +46,7 @@ jobs:
4646
run: "echo *.deb | sed 's/^/package_name=/' >> $GITHUB_ENV"
4747

4848
- name: Store Package Artifact
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: ${{env.package_name}}
5252
path: ${{runner.workspace}}/build/${{env.package_name}}

0 commit comments

Comments
 (0)