Skip to content

Commit 7780445

Browse files
committed
fix CI
1 parent 783b1ec commit 7780445

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/mulle-sde-artifacts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Add to path
2323
run: echo "$HOME/bin" >> $GITHUB_PATH
2424

25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

27-
- uses: mulle-sde/github-ci@v1
27+
- uses: mulle-sde/github-ci@v2
2828

2929
- uses: mulle-cc/github-ci@v4
3030

@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Download Linux Artifact
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4.1.7
5555
with:
5656
name: artifact.Linux
5757
# actual file will be ${{ steps.executable.outputs.exepath }} though!
@@ -61,7 +61,7 @@ jobs:
6161
mv ${{ github.workspace }}/${{ github.event.repository.name }} ${{ github.workspace }}/${{ github.event.repository.name }}.linux
6262
6363
- name: Download macOS Artifact
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4.1.7
6565
with:
6666
name: artifact.macOS
6767

.github/workflows/mulle-sde-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- release
6+
- master
77
pull_request:
88
workflow_dispatch:
99

@@ -34,11 +34,11 @@ jobs:
3434
- name: Dump Environment
3535
run: env | sort
3636

37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

39-
- uses: mulle-sde/github-ci@v1
39+
- uses: mulle-sde/github-ci@v2
4040

41-
- uses: mulle-cc/github-ci@v5
41+
- uses: mulle-cc/github-ci@v4
4242

4343
- name: Dump Project Environment
4444
run: |

0 commit comments

Comments
 (0)