Skip to content

Commit 85ed124

Browse files
Merge branch 'master' into patch-4
2 parents 708a9e9 + 7b20f1b commit 85ed124

File tree

9 files changed

+10639
-373
lines changed

9 files changed

+10639
-373
lines changed

.github/workflows/issue-milestone-collector.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ jobs:
9090
mkdir -p -v $SCRIPT_DIR/$STREAM_DIR $SCRIPT_DIR/$MAPPING_DIR
9191
9292
- name: Download Stream Artifacts
93-
uses: actions/download-artifact@v3
93+
uses: actions/download-artifact@v4.1.7
9494
with:
9595
name: ${{ env.STREAM_NAME }}
9696
path: ${{ env.SCRIPT_DIR }}/${{ env.STREAM_DIR }}
9797

9898
- name: Download Mappings Artifacts
99-
uses: actions/download-artifact@v3
99+
uses: actions/download-artifact@v4.1.7
100100
with:
101101
name: ${{ env.MAPPING_NAME }}
102102
path: ${{ env.SCRIPT_DIR }}/${{ env.MAPPING_DIR }}
@@ -209,13 +209,13 @@ jobs:
209209
mkdir -p -v $SCRIPT_DIR/$STREAM_DIR $SCRIPT_DIR/$MAPPING_DIR $SCRIPT_DIR/$DATA_DIR
210210
211211
# - name: Download Stream Artifacts
212-
# uses: actions/download-artifact@v3
212+
# uses: actions/download-artifact@v4.1.7
213213
# with:
214214
# name: ${{ env.STREAM_NAME }}
215215
# path: ${{ env.SCRIPT_DIR }}/${{ env.STREAM_DIR }}
216216

217217
- name: Download Mapping Artifacts
218-
uses: actions/download-artifact@v3
218+
uses: actions/download-artifact@v4.1.7
219219
with:
220220
name: ${{ env.MAPPING_NAME }}
221221
path: ${{ env.SCRIPT_DIR }}/${{ env.MAPPING_DIR }}

0 commit comments

Comments
 (0)