Skip to content

Commit 408c4ae

Browse files
committed
fix: deprecated version of 'actions/upload-artifact: v3' error
1 parent 0707842 commit 408c4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cmake/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
# Linux deps
2424
- name: Install/cache clazy, ninja, openldap, doctest libfuse, and Qt's dependencies
2525
if: runner.os != 'Windows'
26-
uses: awalsh128/[email protected].1
26+
uses: awalsh128/[email protected].3
2727
with:
2828
packages: ninja-build libgl1-mesa-dev libpulse-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-util1 libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor-dev clazy libfuse-dev libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0
2929
version: 1.0

0 commit comments

Comments
 (0)