Skip to content

Commit 8c35a78

Browse files
ci/buildmingw.yml: fix deprecated version of upload-artifact
Signed-off-by: AlexandraTrifan <[email protected]>
1 parent 459f65f commit 8c35a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/buildmingw.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-e LIBAD9166_BRANCH=main ^
4141
shooteu/iio-oscilloscope C:\msys64\usr\bin\bash.exe -c '/home/docker/iio-oscilloscope/CI/docker/inside_docker.sh'
4242
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
name: adi-osc-setup
4646
path: ${{ github.workspace }}\artifacts\adi-osc-setup.exe

0 commit comments

Comments
 (0)