Skip to content

build(deps-dev): bump @commitlint/cli from 17.8.0 to 18.0.0 #226

build(deps-dev): bump @commitlint/cli from 17.8.0 to 18.0.0

build(deps-dev): bump @commitlint/cli from 17.8.0 to 18.0.0 #226

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@v4
- run: mkdir -p path/to/artifact
- run: echo hello > path/to/artifact/world.txt
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: path/to/artifact/world.txt