Skip to content

Commit ec81046

Browse files
serious-scaffold[bot]huxuan
authored andcommitted
chore(deps): update actions/upload-artifact action to v4.3.2
1 parent fbfc8ec commit ec81046

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Generate release notes
2121
run: make release-notes > release-notes.md
2222
- name: Upload release notes
23-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
23+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
2424
with:
2525
name: release-notes
2626
path: release-notes.md

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Generate release notes
2222
run: make release-notes > release-notes.md
2323
- name: Upload release notes
24-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
24+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
2525
with:
2626
name: release-notes
2727
path: release-notes.md

0 commit comments

Comments
 (0)