File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Check out repository code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
- name : Install dependencies
17
17
run : |
18
18
curl -ssL https://magic.modular.com | bash
24
24
BASHRC=$( [ -f "$HOME/.bash_profile" ] && echo "$HOME/.bash_profile" || echo "$HOME/.bashrc" )
25
25
source "$BASHRC" && magic run mojo package ${{ env.MORROW_SRC }} -o ${{ github.workspace }}/${{ env.PACKAGE_NAME }}
26
26
- name : Upload package
27
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : ${{ env.PACKAGE_NAME }}
30
30
path : ${{ github.workspace }}/${{ env.PACKAGE_NAME }}
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Check out repository code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
- name : Install dependencies
17
17
run : |
18
18
curl -ssL https://magic.modular.com | bash
You can’t perform that action at this time.
0 commit comments