Skip to content

Commit

Permalink
Fixing release notes generator to use more current artifact upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
quicksketch committed Sep 16, 2024
1 parent 145c5ab commit 80b8442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
OUTPUT_FOLDER: temp_release_notes
USE_MILESTONE_TITLE: true
- name: Upload release notes
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: release-notes
path: temp_release_notes/

0 comments on commit 80b8442

Please sign in to comment.