Skip to content

build(deps): bump github/codeql-action from 4.37.5 to 4.37.6 #462

build(deps): bump github/codeql-action from 4.37.5 to 4.37.6

build(deps): bump github/codeql-action from 4.37.5 to 4.37.6 #462

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