Skip to content

Commit e80e538

Browse files
committed
gh-actions: Update to v4 actions
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent cb308d0 commit e80e538

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
CARGO_NET_GIT_FETCH_WITH_CLI: true
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444

4545
- name: Install dependencies
4646
run: |
@@ -60,7 +60,7 @@ jobs:
6060
run: cargo run -- --help
6161

6262
- name: Upload Linux App
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: framework_tool
6666
path: target/debug/framework_tool
@@ -69,7 +69,7 @@ jobs:
6969
run: make -C framework_uefi build/x86_64-unknown-uefi/boot.efi
7070

7171
- name: Upload UEFI App
72-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: framework.efi
7575
path: framework_uefi/build/x86_64-unknown-uefi/boot.efi
@@ -86,7 +86,7 @@ jobs:
8686
env:
8787
CARGO_NET_GIT_FETCH_WITH_CLI: true
8888
steps:
89-
- uses: actions/checkout@v3
89+
- uses: actions/checkout@v4
9090

9191
- name: Setup Rust toolchain
9292
run: rustup show
@@ -101,7 +101,7 @@ jobs:
101101
run: cargo run --no-default-features --features "windows" -- --help
102102

103103
- name: Upload Windows App
104-
uses: actions/upload-artifact@v3
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: framework_tool.exe
107107
path: target/debug/framework_tool.exe
@@ -114,7 +114,7 @@ jobs:
114114
CARGO_NET_GIT_FETCH_WITH_CLI: true
115115
steps:
116116
- name: Checkout sources
117-
uses: actions/checkout@v3
117+
uses: actions/checkout@v4
118118

119119
- name: Install dependencies
120120
run: |
@@ -133,7 +133,7 @@ jobs:
133133
env:
134134
CARGO_NET_GIT_FETCH_WITH_CLI: true
135135
steps:
136-
- uses: actions/checkout@v3
136+
- uses: actions/checkout@v4
137137

138138
- name: Install dependencies
139139
run: |
@@ -158,7 +158,7 @@ jobs:
158158
# Fail if warnings are produced
159159
RUSTDOCFLAGS: -Dwarnings
160160
steps:
161-
- uses: actions/checkout@v3
161+
- uses: actions/checkout@v4
162162

163163
- name: Install dependencies
164164
run: |

0 commit comments

Comments
 (0)