File tree Expand file tree Collapse file tree 19 files changed +37
-37
lines changed Expand file tree Collapse file tree 19 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 6363 podman save ${{ steps.vars.outputs.container-name-lint-tag }} > ${{ steps.vars.outputs.container-lint-filename }}
6464
6565 - name : Upload container image
66- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
66+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6767 with :
6868 name : container-amd64
6969 path : " *.tar"
8686 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8787 steps :
8888 - name : Download container
89- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
89+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
9090
9191 - name : Push Container
9292 run : |
Original file line number Diff line number Diff line change 4444 run : |
4545 docker save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
4646 - name : Upload container image
47- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4848 with :
4949 name : container
5050 path : ${{ steps.vars.outputs.container-filename }}
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 steps :
6363 - name : Download container
64- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
64+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
6565 with :
6666 name : container
6767 - name : Push Container
Original file line number Diff line number Diff line change 6464 podman save ${{ steps.vars.outputs.container-name-agent-tag }} > ${{ steps.vars.outputs.container-agent-filename }}
6565
6666 - name : Upload container image
67- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868 with :
6969 name : container-${{ matrix.arch }}
7070 path : " *.tar"
8888 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8989 steps :
9090 - name : Download container
91- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
91+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
9292
9393 - name : Push Container
9494 run : |
Original file line number Diff line number Diff line change 4949 run : |
5050 podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
5151 - name : Upload Container Image
52- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5353 with :
5454 name : container
5555 path : ${{ steps.vars.outputs.container-filename }}
6666 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6767 steps :
6868 - name : Download Container
69- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
69+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
7070 with :
7171 name : container
7272 - name : Push Container
Original file line number Diff line number Diff line change 8787 scan-build --generate-index-only build/analyzer-results
8888
8989 - name : Upload Results
90- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
90+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9191 if : always()
9292 with :
9393 name : analyzer-results
Original file line number Diff line number Diff line change 2828 python3 .github/workflows/commit-access-review.py $GITHUB_TOKEN
2929
3030 - name : Upload Triage List
31- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
31+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3232 with :
3333 name : triagers
3434 path : triagers.log
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 mkdir built-docs/flang
210210 cp -r flang-build/docs/* built-docs/flang/
211211 - name : Upload docs
212- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
212+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
213213 with :
214214 name : docs-output
215215 path : built-docs/
Original file line number Diff line number Diff line change 3939 [{"body" : "$COMMENT"}]
4040 EOF
4141
42- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
42+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4343 if : always()
4444 with :
4545 name : workflow-args
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 sed -i 's/LLVM_[0-9]\+/LLVM_NOVERSION/' $lib-${{ matrix.ref }}.abi
132132 done
133133 - name : Upload ABI file
134- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
134+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
135135 with :
136136 name : ${{ matrix.name }}
137137 path : ' *${{ matrix.ref }}.abi'
@@ -144,12 +144,12 @@ jobs:
144144 - abi-dump
145145 steps :
146146 - name : Download baseline
147- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
147+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
148148 with :
149149 name : build-baseline
150150 path : build-baseline
151151 - name : Download latest
152- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
152+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
153153 with :
154154 name : build-latest
155155 path : build-latest
@@ -165,7 +165,7 @@ jobs:
165165 done
166166 - name : Upload ABI Comparison
167167 if : always()
168- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
168+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
169169 with :
170170 name : compat-report-${{ github.sha }}
171171 path : compat_reports/
Original file line number Diff line number Diff line change 6060 env :
6161 CC : ${{ matrix.cc }}
6262 CXX : ${{ matrix.cxx }}
63- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
63+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6464 if : always()
6565 with :
6666 name : ${{ matrix.config }}-${{ matrix.cxx }}-results
@@ -105,7 +105,7 @@ jobs:
105105 env :
106106 CC : ${{ matrix.cc }}
107107 CXX : ${{ matrix.cxx }}
108- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
109109 if : always() # Upload artifacts even if the build or test suite fails
110110 with :
111111 name : ${{ matrix.config }}-${{ matrix.cxx }}-results
@@ -169,7 +169,7 @@ jobs:
169169 env :
170170 CC : clang-22
171171 CXX : clang++-22
172- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
172+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
173173 if : always()
174174 with :
175175 name : ${{ matrix.config }}-results
@@ -223,7 +223,7 @@ jobs:
223223 source .venv/bin/activate
224224 python -m pip install psutil
225225 bash libcxx/utils/ci/run-buildbot ${{ matrix.config }}
226- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
226+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
227227 if : always() # Upload artifacts even if the build or test suite fails
228228 with :
229229 name : macos-${{ matrix.config }}-results
You can’t perform that action at this time.
0 commit comments