Skip to content

Commit 8a63331

Browse files
committed
CI: Bump {upload,download}-artifact to v4 because v3 is disallowed
1 parent ef23551 commit 8a63331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
- uses: hecrj/setup-rust-action@v1
2929
- run: cargo install --path xbuild --root .
30-
- uses: actions/upload-artifact@v3
30+
- uses: actions/upload-artifact@v4
3131
with:
3232
name: ${{ matrix.host }}-x
3333
path: bin/x${{ matrix.host == 'windows-latest' && '.exe' || '' }}
@@ -64,7 +64,7 @@ jobs:
6464
rust-version: stable
6565

6666
- name: install x
67-
uses: actions/download-artifact@v3
67+
uses: actions/download-artifact@v4
6868
with:
6969
name: ${{ matrix.host }}-x
7070
- run: chmod +x ./x

0 commit comments

Comments
 (0)