Skip to content

Commit 16bb2cb

Browse files
Bump actions/upload-artifact action to v5 (#512)
1 parent f9b9c43 commit 16bb2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Upload artifacts
7979
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v5
8181
with:
8282
name: packages
8383
path: packages/*nupkg

0 commit comments

Comments
 (0)