File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
- name : Add to path
23
23
run : echo "$HOME/bin" >> $GITHUB_PATH
24
24
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
27
- - uses : mulle-sde/github-ci@v1
27
+ - uses : mulle-sde/github-ci@v2
28
28
29
29
- uses : mulle-cc/github-ci@v4
30
30
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- name : Download Linux Artifact
54
- uses : actions/download-artifact@v3
54
+ uses : actions/download-artifact@v4.1.7
55
55
with :
56
56
name : artifact.Linux
57
57
# actual file will be ${{ steps.executable.outputs.exepath }} though!
61
61
mv ${{ github.workspace }}/${{ github.event.repository.name }} ${{ github.workspace }}/${{ github.event.repository.name }}.linux
62
62
63
63
- name : Download macOS Artifact
64
- uses : actions/download-artifact@v3
64
+ uses : actions/download-artifact@v4.1.7
65
65
with :
66
66
name : artifact.macOS
67
67
Original file line number Diff line number Diff line change 3
3
on :
4
4
push :
5
5
branches :
6
- - release
6
+ - master
7
7
pull_request :
8
8
workflow_dispatch :
9
9
@@ -34,11 +34,11 @@ jobs:
34
34
- name : Dump Environment
35
35
run : env | sort
36
36
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
39
- - uses : mulle-sde/github-ci@v1
39
+ - uses : mulle-sde/github-ci@v2
40
40
41
- - uses : mulle-cc/github-ci@v5
41
+ - uses : mulle-cc/github-ci@v4
42
42
43
43
- name : Dump Project Environment
44
44
run : |
You can’t perform that action at this time.
0 commit comments