Skip to content

Commit 592080f

Browse files
authored
Merge branch 'master' into pr-qml
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2 parents fd7868c + 10aaab0 commit 592080f

427 files changed

Lines changed: 7792 additions & 6413 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
make install \
4444
'
4545
46-
- uses: actions/upload-artifact@v6
46+
- uses: actions/upload-artifact@v7
4747
if: failure()
4848
with:
4949
name: test-suite-logs-alpine

.github/workflows/ci-fedora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484
python3 -c "print(' &bullet; '.join(f'<a href="man/{p}.html">{p}</a>' for p in '$MANPAGES'.split()))" >> man/header.html
8585
echo "</div>" >> man/header.html
8686
87-
- uses: actions/upload-artifact@v6
87+
- uses: actions/upload-artifact@v7
8888
if: github.ref == 'refs/heads/master'
8989
with:
9090
name: man-pages-html-${{ github.sha }}
9191
path: man
9292

93-
- uses: actions/upload-artifact@v6
93+
- uses: actions/upload-artifact@v7
9494
if: failure()
9595
with:
9696
name: test-suite-logs-fedora

.github/workflows/ci-freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
make install \
5151
'
5252
53-
- uses: actions/upload-artifact@v6
53+
- uses: actions/upload-artifact@v7
5454
if: failure()
5555
with:
5656
name: test-suite-logs-freebsd

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
make check
4444
make install
4545
46-
- uses: actions/upload-artifact@v6
46+
- uses: actions/upload-artifact@v7
4747
if: failure()
4848
with:
4949
name: test-suite-logs-macos

.github/workflows/ci-solaris.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
make install \
4545
'
4646
47-
- uses: actions/upload-artifact@v6
47+
- uses: actions/upload-artifact@v7
4848
if: failure()
4949
with:
5050
name: test-suite-logs-solaris

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
make -j$(nproc)
8989
make check
9090
91-
- uses: actions/upload-artifact@v6
91+
- uses: actions/upload-artifact@v7
9292
if: failure()
9393
with:
9494
name: test-suite-logs-ubuntu

.github/workflows/merge-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424

25-
- uses: actions/github-script@v8
25+
- uses: actions/github-script@v9
2626
id: get-head-hash
2727
with:
2828
result-encoding: string

.github/workflows/process-incoming-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
issues: write
2424

2525
steps:
26-
- uses: actions/github-script@v8
26+
- uses: actions/github-script@v9
2727
id: get-issue-type
2828
with:
2929
script: |
@@ -42,7 +42,7 @@ jobs:
4242
4343
- run: echo "${{ steps.get-issue-type.outputs.result }}"
4444

45-
- uses: actions/github-script@v8
45+
- uses: actions/github-script@v9
4646
id: set-issue-type
4747
if: ${{ fromJson(steps.get-issue-type.outputs.result).repository.issue.issueType.name == '' }}
4848
with:

.github/workflows/update-skins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 5
1616

1717
steps:
18-
- uses: actions/github-script@v8
18+
- uses: actions/github-script@v9
1919
with:
2020
github-token: ${{ secrets.REPOSITORY_DISPATCH_GITHUB_TOKEN }}
2121
script: |

.github/workflows/update-sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ssh-key: ${{ secrets.SOURCE_DEPLOY_KEY }}
3333

3434
- name: Download rendered manual pages
35-
uses: actions/download-artifact@v7
35+
uses: actions/download-artifact@v8
3636
with:
3737
name: man-pages-html-${{ github.sha }}
3838
path: man

0 commit comments

Comments
 (0)