We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d4a67 commit caadeb6Copy full SHA for caadeb6
.github/workflows/build.yml
@@ -36,12 +36,12 @@ jobs:
36
steps:
37
- uses: actions/checkout@v2
38
- name: Download artifact ubuntu-meson
39
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
40
with:
41
name: ubuntu-meson
42
path: ./build-ubuntu-meson
43
- name: Download artifact ubuntu-cmake
44
45
46
name: ubuntu-cmake
47
path: ./build-ubuntu-cmake
0 commit comments