Skip to content

Commit cf3f4e8

Browse files
authored
Update build.yml
Update upload-artifact@v2 action to v4
1 parent 409c1eb commit cf3f4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
cmake ..
5656
msbuild .\RICOM.vcxproj /p:configuration=Release
5757
- name: Archive production artifacts
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: Release_Win
6161
path: |
@@ -79,7 +79,7 @@ jobs:
7979
cmake . -D CMAKE_BUILD_TYPE=Release
8080
make
8181
- name: Archive production artifacts
82-
uses: actions/upload-artifact@v2
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: Release_Linux
8585
path: |

0 commit comments

Comments
 (0)