Skip to content

Commit d73f974

Browse files
actions: bump to v6
Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
1 parent ffc3add commit d73f974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qcom-release-reusable-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
sed -i 's/:/_/g' *.build
282282
283283
- name: Upload build artifacts
284-
uses: actions/upload-artifact@v4
284+
uses: actions/upload-artifact@v6
285285
with:
286286
name: build-artifacts
287287
path: build/
@@ -291,7 +291,7 @@ jobs:
291291
runs-on: 'lecore-prd-u2404-arm64-xlrg-od-ephem'
292292
steps:
293293
- name: Download build artifacts
294-
uses: actions/download-artifact@v4
294+
uses: actions/download-artifact@v8
295295
with:
296296
name: build-artifacts
297297
path: build/

0 commit comments

Comments
 (0)