File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4444 upload-symbols-separately : false
4545
4646 - name : Download Main Binary Artifact
47- uses : actions/download-artifact@v6
47+ uses : actions/download-artifact@v7
4848 with :
4949 name : ${{ env.BINARY_ARTIFACT_NAME }}
5050 path : main-artifact
9999 }
100100
101101 - name : Try Download Symbols Artifact (should not exist)
102- uses : actions/download-artifact@v6
102+ uses : actions/download-artifact@v7
103103 id : download-symbols
104104 continue-on-error : true
105105 with :
@@ -150,7 +150,7 @@ jobs:
150150 upload-symbols-separately : false
151151
152152 - name : Download Main Library Artifact
153- uses : actions/download-artifact@v6
153+ uses : actions/download-artifact@v7
154154 with :
155155 name : ${{ env.LIBRARY_ARTIFACT_NAME }}
156156 path : main-artifact
@@ -213,7 +213,7 @@ jobs:
213213 }
214214
215215 - name : Try Download Symbols Artifact (should not exist)
216- uses : actions/download-artifact@v6
216+ uses : actions/download-artifact@v7
217217 id : download-symbols
218218 continue-on-error : true
219219 with :
Original file line number Diff line number Diff line change 4343 workspace-path : test-project/src
4444
4545 - name : Download Main Binary Artifact
46- uses : actions/download-artifact@v6
46+ uses : actions/download-artifact@v7
4747 with :
4848 name : ${{ env.BINARY_ARTIFACT_NAME }}
4949 path : main-artifact
9898 }
9999
100100 - name : Download Symbols Artifact
101- uses : actions/download-artifact@v6
101+ uses : actions/download-artifact@v7
102102 with :
103103 name : ${{ env.BINARY_ARTIFACT_NAME }}.symbols
104104 path : symbols-artifact
@@ -183,7 +183,7 @@ jobs:
183183 build-library : true
184184
185185 - name : Download Main Library Artifact
186- uses : actions/download-artifact@v6
186+ uses : actions/download-artifact@v7
187187 with :
188188 name : ${{ env.LIBRARY_ARTIFACT_NAME }}
189189 path : main-artifact
@@ -244,7 +244,7 @@ jobs:
244244 }
245245
246246 - name : Download Symbols Artifact
247- uses : actions/download-artifact@v6
247+ uses : actions/download-artifact@v7
248248 with :
249249 name : ${{ env.LIBRARY_ARTIFACT_NAME }}.symbols
250250 path : symbols-artifact
You can’t perform that action at this time.
0 commit comments