mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
ci: bump upload and download-artifact versions (#4473)
This commit is contained in:
parent
5d1ccc12c4
commit
9678211c24
4
.github/workflows/CI-win.yml
vendored
4
.github/workflows/CI-win.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
`${{ matrix.config.arch }}-w64-mingw32-gcc -print-file-name=libatomic-1.dll` \
|
||||
build/usr/bin
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: mingw-${{ matrix.config.arch }}
|
||||
path: build/usr/**/*
|
||||
@ -117,7 +117,7 @@ jobs:
|
||||
- {arch: x86_64, server: 2022}
|
||||
steps:
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: mingw-${{ matrix.config.arch }}
|
||||
- name: Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user