File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444
4545 # Step 7: Archive x86 binaries as build artifacts
4646 - name : Archive x86 Release binaries
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 with :
4949 name : Release-build-x86
5050 path : |
6767
6868 # Step 10: Archive x64 binaries as build artifacts
6969 - name : Archive x64 Release binaries
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : Release-build-x64
7373 path : |
@@ -84,13 +84,13 @@ jobs:
8484
8585 # Step 2: Download the build artifacts (x86 and x64)
8686 - name : Download build artifacts
87- uses : actions/download-artifact@v3
87+ uses : actions/download-artifact@v4
8888 with :
8989 name : Release-build-x86
9090 path : ./bin/Release/x86/
9191
9292 - name : Download build artifacts (x64)
93- uses : actions/download-artifact@v3
93+ uses : actions/download-artifact@v4
9494 with :
9595 name : Release-build-x64
9696 path : ./bin/Release/x64/
You can’t perform that action at this time.
0 commit comments