[Mwinapi-commits] SF.net SVN: mwinapi:[151] trunk/.github/workflows/M anagedWinapi-2010.yml
Status: Beta
Brought to you by:
schierlm
From: <sch...@us...> - 2024-12-14 18:53:43
|
Revision: 151 http://sourceforge.net/p/mwinapi/code/151 Author: schierlm Date: 2024-12-14 18:53:41 +0000 (Sat, 14 Dec 2024) Log Message: ----------- Try to fix workflow - Upgrade the `upload-artifact` action version Modified Paths: -------------- trunk/.github/workflows/ManagedWinapi-2010.yml Modified: trunk/.github/workflows/ManagedWinapi-2010.yml =================================================================== --- trunk/.github/workflows/ManagedWinapi-2010.yml 2024-07-27 11:28:01 UTC (rev 150) +++ trunk/.github/workflows/ManagedWinapi-2010.yml 2024-12-14 18:53:41 UTC (rev 151) @@ -30,13 +30,13 @@ run: msbuild ManagedWinapi-2010-4.8.1.sln /property:Configuration=ReleaseSigned - name: Upload artifact bin_Debug - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: bin_Debug path: ManagedWinapi\bin\Debug\ - name: Upload artifact bin_ReleaseSigned - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: bin_ReleaseSigned path: ManagedWinapi\bin\ReleaseSigned\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |