From dd52314749970820d9b7f69e43e83393a40b63b2 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Fri, 9 Feb 2024 15:33:53 +0100 Subject: [PATCH] ci/mingw: bump upload/download-artifact versions --- .github/workflows/mingw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 64d765139..04a0ae3b9 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -50,7 +50,7 @@ jobs: run: | cd baresip-win32 && make retest - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: retest-exe path: baresip-win32/re/build/test/retest.exe @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 - uses: sreimers/pr-dependency-action@v0.6 with: name: re