Skip to content

Commit d3018f1

Browse files
committed
Upgrade upload-artifact action to Node 24 runtime
1 parent b8d8828 commit d3018f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "ARCHIVE_BASENAME=${ARCHIVE_BASENAME}" >> "${GITHUB_ENV}"
5454
5555
- name: Upload packaged CLI
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: ${{ env.ARCHIVE_BASENAME }}
5959
path: |

0 commit comments

Comments
 (0)