Skip to content

build(deps-dev): bump @commitlint/cli from 19.8.1 to 20.0.0 #366

build(deps-dev): bump @commitlint/cli from 19.8.1 to 20.0.0

build(deps-dev): bump @commitlint/cli from 19.8.1 to 20.0.0 #366

Workflow file for this run

name: Upload Artifact
on: push
jobs:
auto-approve:
runs-on: ubuntu-latest
# https://github.com/actions/upload-artifact#usage
steps:
- uses: actions/checkout@v5
- run: mkdir -p path/to/artifact
- run: echo hello > path/to/artifact/world.txt
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: path/to/artifact/world.txt