Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
Use new actions versions as deperecation notices recommend.

Signed-off-by: Simo Sorce <simo@redhat.com>
  • Loading branch information
simo5 committed Feb 12, 2023
1 parent 3c3077e commit 0e23ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
elif command -v pacman; then
pacman -Sy --noconfirm automake autoconf docbook-xml docbook-xsl doxygen libtool libxslt gcc libxml2 m4 make zlib
fi
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: autoreconf
run: autoreconf -fi
- name: configure
Expand All @@ -57,8 +57,8 @@ jobs:
- name: make check
run: make check
- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: failure()
with:
name: testlogs
name: testlogs ${{ matrix.container }}
path: test-suite.log

0 comments on commit 0e23ccd

Please sign in to comment.