Skip to content

Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#530) #539

Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#530)

Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#530) #539

---
name: Release Drafter
on: # yamllint disable-line rule:truthy
push:
branches:
- main
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@v6.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}