File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 run : |
111111 echo "builddate=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
112112 - name : Download all artifacts
113- uses : actions/download-artifact@v6
113+ uses : actions/download-artifact@v7
114114 with :
115115 path : artifacts/Binaries/bin/
116116 pattern : Bin-*
Original file line number Diff line number Diff line change @@ -129,13 +129,13 @@ jobs:
129129 run : |
130130 echo "builddate=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
131131 - name : Download all successfully compiled artifacts
132- uses : actions/download-artifact@v6
132+ uses : actions/download-artifact@v7
133133 with :
134134 path : artifacts/bin/
135135 pattern : Bin-*
136136 merge-multiple : true
137137 - name : Download dist and docs zip files
138- uses : actions/download-artifact@v6
138+ uses : actions/download-artifact@v7
139139 with :
140140 path : distribution/
141141 name : Distribution
You can’t perform that action at this time.
0 commit comments