File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ jobs:
8989 token : ${{ secrets.GITHUB_TOKEN }}
9090
9191 - name : Download partial manifest artifacts # Pull the short-lived JSON blobs produced by the release job
92+ continue-on-error : true # Missing artifacts just mean no new manifests
9293 uses : actions/download-artifact@v4
9394 with :
9495 path : manifest-parts
9596 pattern : manifest-part-*
9697 merge-multiple : true
97- allow-missing-artifacts : true
9898
9999 - name : Set up Python
100100 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -118,12 +118,12 @@ jobs:
118118 token : ${{ secrets.GITHUB_TOKEN }}
119119
120120 - name : Download partial manifest artifacts # Pull manifest-part-* artifacts from successful release jobs
121+ continue-on-error : true # Some matrix legs may fail and omit artifacts
121122 uses : actions/download-artifact@v4
122123 with :
123124 path : manifest-parts
124125 pattern : manifest-part-*
125126 merge-multiple : true
126- allow-missing-artifacts : true # Some matrix legs may fail and omit artifacts
127127
128128 - name : Set up Python
129129 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments