Skip to content

Commit 72dd48a

Browse files
authored
Merge pull request #20 from Reloaded-Project/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 594e1dc + bf2ac98 commit 72dd48a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test-symbols-bundled.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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
@@ -99,7 +99,7 @@ jobs:
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:

.github/workflows/test-symbols-separate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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
@@ -98,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)