WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 uses : actions/checkout@v6
102102
103103 - name : Download artifacts
104- uses : actions/download-artifact@v6
104+ uses : actions/download-artifact@v7
105105 with :
106106 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
107107 path : ${{ env.DIST_DIR }}
@@ -217,7 +217,7 @@ jobs:
217217
218218 steps :
219219 - name : Download artifact
220- uses : actions/download-artifact@v6
220+ uses : actions/download-artifact@v7
221221 with :
222222 pattern : ${{ env.ARTIFACT_PREFIX }}*
223223 merge-multiple : true
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146
147147 steps :
148148 - name : Download build artifacts
149- uses : actions/download-artifact@v6
149+ uses : actions/download-artifact@v7
150150
151151 - name : Create checksum file
152152 run : |
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 uses : actions/checkout@v6
112112
113113 - name : Download artifacts
114- uses : actions/download-artifact@v6
114+ uses : actions/download-artifact@v7
115115 with :
116116 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
117117 path : ${{ env.DIST_DIR }}
@@ -221,7 +221,7 @@ jobs:
221221
222222 steps :
223223 - name : Download artifact
224- uses : actions/download-artifact@v6
224+ uses : actions/download-artifact@v7
225225 with :
226226 merge-multiple : true
227227 path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 uses : actions/checkout@v6
112112
113113 - name : Download artifacts
114- uses : actions/download-artifact@v6
114+ uses : actions/download-artifact@v7
115115 with :
116116 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
117117 path : ${{ env.DIST_DIR }}
@@ -221,7 +221,7 @@ jobs:
221221
222222 steps :
223223 - name : Download artifact
224- uses : actions/download-artifact@v6
224+ uses : actions/download-artifact@v7
225225 with :
226226 pattern : ${{ env.ARTIFACT_PREFIX }}*
227227 merge-multiple : true
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 uses : actions/checkout@v6
123123
124124 - name : Download configuration file artifacts
125- uses : actions/download-artifact@v6
125+ uses : actions/download-artifact@v7
126126 with :
127127 merge-multiple : true
128128 pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 uses : actions/checkout@v6
113113
114114 - name : Download configuration file artifacts
115- uses : actions/download-artifact@v6
115+ uses : actions/download-artifact@v7
116116 with :
117117 merge-multiple : true
118118 pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
You can’t perform that action at this time.
0 commit comments