Skip to content

Commit 0eff8b9

Browse files
committed
Merge branch 'main' of github.com:backdrop/backdrop-issues into main
2 parents fe52c70 + 80b8442 commit 0eff8b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-notes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
OUTPUT_FOLDER: temp_release_notes
2121
USE_MILESTONE_TITLE: true
2222
- name: Upload release notes
23-
uses: actions/upload-artifact@v2
23+
uses: actions/upload-artifact@v4
24+
if: always()
2425
with:
2526
name: release-notes
2627
path: temp_release_notes/

0 commit comments

Comments
 (0)