We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3077e commit 0e23ccdCopy full SHA for 0e23ccd
.github/workflows/ccpp.yml
@@ -42,7 +42,7 @@ jobs:
42
elif command -v pacman; then
43
pacman -Sy --noconfirm automake autoconf docbook-xml docbook-xsl doxygen libtool libxslt gcc libxml2 m4 make zlib
44
fi
45
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
46
- name: autoreconf
47
run: autoreconf -fi
48
- name: configure
@@ -57,8 +57,8 @@ jobs:
57
- name: make check
58
run: make check
59
- name: Upload logs
60
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
61
if: failure()
62
with:
63
- name: testlogs
+ name: testlogs ${{ matrix.container }}
64
path: test-suite.log
0 commit comments