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@v5
113+ uses : actions/download-artifact@v6
114114 with :
115115 path : artifacts/Binaries/bin/
116116 pattern : Bin-*
Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ jobs:
127127 run : |
128128 echo "builddate=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
129129 - name : Download all successfully compiled artifacts
130- uses : actions/download-artifact@v5
130+ uses : actions/download-artifact@v6
131131 with :
132132 path : artifacts/bin/
133133 pattern : Bin-*
134134 merge-multiple : true
135135 - name : Download dist and docs zip files
136- uses : actions/download-artifact@v5
136+ uses : actions/download-artifact@v6
137137 with :
138138 path : distribution/
139139 name : Distribution
You can’t perform that action at this time.
0 commit comments