Skip to content

Commit 0e23ccd

Browse files
committed
Update github actions
Use new actions versions as deperecation notices recommend. Signed-off-by: Simo Sorce <simo@redhat.com>
1 parent 3c3077e commit 0e23ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
elif command -v pacman; then
4343
pacman -Sy --noconfirm automake autoconf docbook-xml docbook-xsl doxygen libtool libxslt gcc libxml2 m4 make zlib
4444
fi
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v3
4646
- name: autoreconf
4747
run: autoreconf -fi
4848
- name: configure
@@ -57,8 +57,8 @@ jobs:
5757
- name: make check
5858
run: make check
5959
- name: Upload logs
60-
uses: actions/upload-artifact@v1
60+
uses: actions/upload-artifact@v3
6161
if: failure()
6262
with:
63-
name: testlogs
63+
name: testlogs ${{ matrix.container }}
6464
path: test-suite.log

0 commit comments

Comments
 (0)