Skip to content

Commit 4775c45

Browse files
committed
update github action version
1 parent e4f30dc commit 4775c45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check out repository code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Install dependencies
1717
run: |
1818
curl -ssL https://magic.modular.com | bash
@@ -24,7 +24,7 @@ jobs:
2424
BASHRC=$( [ -f "$HOME/.bash_profile" ] && echo "$HOME/.bash_profile" || echo "$HOME/.bashrc" )
2525
source "$BASHRC" && magic run mojo package ${{ env.MORROW_SRC }} -o ${{ github.workspace }}/${{ env.PACKAGE_NAME }}
2626
- name: Upload package
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: ${{ env.PACKAGE_NAME }}
3030
path: ${{ github.workspace }}/${{ env.PACKAGE_NAME }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check out repository code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Install dependencies
1717
run: |
1818
curl -ssL https://magic.modular.com | bash

0 commit comments

Comments
 (0)