Skip to content

build(deps): bump actions/download-artifact from 5 to 6 #471

build(deps): bump actions/download-artifact from 5 to 6

build(deps): bump actions/download-artifact from 5 to 6 #471

Workflow file for this run

name: Danger Action
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: "Run Danger"
steps:
- uses: actions/checkout@v4
- name: Danger
uses: danger/kotlin@master
with:
args: "--id DangerKotlinAction"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}