Skip to content

Bump actions/upload-artifact from 3 to 4 (backport #5440) (#5457) #7839

Bump actions/upload-artifact from 3 to 4 (backport #5440) (#5457)

Bump actions/upload-artifact from 3 to 4 (backport #5440) (#5457) #7839

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 }}