Skip to content

Commit c0d3adf

Browse files
authored
Quick CI fix (#94)
1 parent bc5b2cf commit c0d3adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runner: windows-latest
2424
target: i686-pc-windows-msvc
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- name: Setup Rust toolchain
2929
uses: actions-rust-lang/setup-rust-toolchain@v1
@@ -43,7 +43,7 @@ jobs:
4343
PKG_CONFIG_ALLOW_CROSS: 1
4444

4545
- name: Upload debug-server (Windows)
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
if: ${{ matrix.os.name == 'win' }}
4848
with:
4949
name: debug-server-windows

0 commit comments

Comments
 (0)