|
14 | 14 | # WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
15 | 15 | # COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
16 | 16 | # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
17 |
| -name: Upload Artifact (Preserve File Permissions) |
| 17 | +name: 📤 Upload Artifact (Preserve File Permissions) |
18 | 18 | branding:
|
19 | 19 | icon: upload
|
20 | 20 | color: yellow
|
@@ -153,7 +153,7 @@ runs:
|
153 | 153 | tarDirectory="../${tarDirectory}"
|
154 | 154 | dir=$(dirname -- "${dir}")
|
155 | 155 | done
|
156 |
| - printf "%s\n" " tarDirectory: ${tarDirectory}" |
| 156 | + printf " %s\n" "tarDirectory: ${tarDirectory}" |
157 | 157 | fi
|
158 | 158 | else
|
159 | 159 | printf "%s\n" "echo ${ANSI_LIGHT_RED}[NO DIRECTORY]${ANSI_NOCOLOR}"
|
@@ -299,10 +299,10 @@ runs:
|
299 | 299 | printf "::endgroup::\n"
|
300 | 300 |
|
301 | 301 | # https://github.com/actions/upload-artifact
|
302 |
| - - name: Upload artifact (tarball) |
| 302 | + - name: 📤 Upload artifact (tarball) |
| 303 | + uses: actions/upload-artifact@v4 |
303 | 304 | id: upload
|
304 | 305 | if: inputs.mode == 'tar'
|
305 |
| - uses: actions/upload-artifact@v4 |
306 | 306 | with:
|
307 | 307 | name: ${{ inputs.name }}
|
308 | 308 | path: ${{ inputs.tarball-name }}
|
@@ -336,10 +336,10 @@ runs:
|
336 | 336 | printf "%s\n" "${ANSI_LIGHT_GREEN}[OK]${ANSI_NOCOLOR}"
|
337 | 337 | fi
|
338 | 338 |
|
339 |
| - - name: Upload artifact (legacy) |
| 339 | + - name: 📤 Upload artifact (legacy) |
| 340 | + uses: actions/upload-artifact@v4 |
340 | 341 | id: upload-legacy
|
341 | 342 | if: inputs.mode == 'legacy'
|
342 |
| - uses: actions/upload-artifact@v4 |
343 | 343 | with:
|
344 | 344 | name: ${{ inputs.name }}
|
345 | 345 | path: ${{ inputs.path }}
|
|
0 commit comments