Skip to content

Commit bf3e7d4

Browse files
chore(deps): update github artifact actions
1 parent dfd8929 commit bf3e7d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/fabric_acctest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Upload PNFV Testing Log
123123
if: ${{ always() }}
124-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
124+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
125125
with:
126126
name: pnfv_test_logs
127127
path: pnfv_test_output.json
@@ -199,7 +199,7 @@ jobs:
199199
200200
- name: Upload PFCR Testing Log
201201
if: ${{ always() }}
202-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
202+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
203203
with:
204204
name: pfcr_test_logs
205205
path: pfcr_test_output.json
@@ -253,12 +253,12 @@ jobs:
253253
pip3 install junit2html
254254
255255
- name: Download PNFV Test Logs
256-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
256+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
257257
with:
258258
name: pnfv_test_logs
259259

260260
- name: Download PFCR Test Logs
261-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
261+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
262262
with:
263263
name: pfcr_test_logs
264264

@@ -313,7 +313,7 @@ jobs:
313313
*Triggered by:* <@${{ github.actor }}>
314314
315315
- name: Upload HTML Testing Report
316-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
316+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
317317
with:
318318
name: UAT Terraform Acceptance Test Reports
319319
path: |

0 commit comments

Comments
 (0)