Skip to content

Commit 3a1fafb

Browse files
authored
ci(core): update the versions of checkout and upload-artifac actions to v4 (#595)
1 parent 4832404 commit 3a1fafb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-classic.yml

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

1212
steps:
1313
- name: "Checkout"
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
ref: bixin_dev
1717

@@ -42,7 +42,7 @@ jobs:
4242
nix-shell --run "poetry run ./legacy/script/cibuild"
4343
4444
- name: "Upload Artifacts"
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: firmware-${{ github.sha }}
4848
path: |

.github/workflows/build-mini.yml

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

1212
steps:
1313
- name: "Checkout"
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
ref: mini
1717

@@ -42,7 +42,7 @@ jobs:
4242
4343
4444
- name: "Upload Artifacts"
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: firmware-${{ github.sha }}
4848
path: |

.github/workflows/build-touch.yml

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

1212
steps:
1313
- name: "Checkout"
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Populate vars
1717
id: vars

0 commit comments

Comments
 (0)