File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 mv llvm_build.tar.gz classic-flang-llvm-project/classic-flang-llvm-project/.
7272
7373 - name : Upload llvm
74- uses : actions/upload-artifact@v2
74+ uses : actions/upload-artifact@v4
7575 with :
7676 name : llvm_build_${{ matrix.target }}_${{ matrix.cc }}_${{ matrix.version }}_${{ steps.extract_branch.outputs.branch }}
7777 path : llvm_build.tar.gz
@@ -124,7 +124,7 @@ jobs:
124124 Copy-Item llvm_build.7z -Destination $pwd/classic-flang-llvm-project/
125125
126126 - name : Upload llvm
127- uses : actions/upload-artifact@v3
127+ uses : actions/upload-artifact@v4
128128 with :
129129 name : llvm_build_win_${{ matrix.arch }}_clangcl_${{ steps.extract_branch.outputs.branch }}
130130 path : ${{ github.workspace }}\llvm_build.7z
You can’t perform that action at this time.
0 commit comments