Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
make install \
'

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: failure()
with:
name: test-suite-logs-alpine
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ jobs:
python3 -c "print(' &bullet; '.join(f'<a href="man/{p}.html">{p}</a>' for p in '$MANPAGES'.split()))" >> man/header.html
echo "</div>" >> man/header.html

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: github.ref == 'refs/heads/master'
with:
name: man-pages-html-${{ github.sha }}
path: man

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: failure()
with:
name: test-suite-logs-fedora
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
make install \
'

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: failure()
with:
name: test-suite-logs-freebsd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
make check
make install

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: failure()
with:
name: test-suite-logs-macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
make install \
'

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: failure()
with:
name: test-suite-logs-solaris
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
make -j$(nproc)
make check

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: failure()
with:
name: test-suite-logs-ubuntu
Expand Down
Loading