Skip to content

Bump actions/download-artifact from 3 to 4 (backport #5441) (#5447) #7829

Bump actions/download-artifact from 3 to 4 (backport #5441) (#5447)

Bump actions/download-artifact from 3 to 4 (backport #5441) (#5447) #7829

name: Release Drafter
on:
push:
branches: ["20**"]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
id: release_drafter
with:
config-name: release-drafter.yml
commitish: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}