Skip to content

Commit 52bf679

Browse files
ci(gh-actions): bump actions/upload-artifact from 4.5.0 to 4.6.0 (#238)
1 parent f170892 commit 52bf679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
TAG_VERSION: ${{ github.event.release.tag_name }} # v0.0.0-abc
3333

3434
- name: Upload Build Assets
35-
uses: actions/upload-artifact@v4.5.0
35+
uses: actions/upload-artifact@v4.6.0
3636
with:
3737
name: packages
3838
path: nupkgs/

0 commit comments

Comments
 (0)