Skip to content

Commit d5c8c90

Browse files
authored
Merge branch 'master' into issue-4378
2 parents af30ddb + 4038047 commit d5c8c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ninja -C _build install
6161
6262
- name: Archiving meson logs
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: meson-logs-${{ matrix.build-type }}
6666
path: _build/meson-logs

.github/workflows/build-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
docker-image: ubuntu:${{ env.UBUNTU_VERSION }}
2525

2626
- name: Install generated debs
27-
uses: kohlerdominik/docker-run-action@v2.0.0
27+
uses: kohlerdominik/docker-run-action@v2.1.0
2828
with:
2929
image: ubuntu:${{ env.UBUNTU_VERSION }}
3030
environment: |

0 commit comments

Comments
 (0)