Skip to content

Commit bc5730c

Browse files
Update actions/upload-artifact action to v7
1 parent 4f0b457 commit bc5730c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
working-directory: src
6969

7070
- name: Create NuGet Artifacts
71-
uses: actions/upload-artifact@v4.6.2
71+
uses: actions/upload-artifact@v7.0.1
7272
with:
7373
name: nuget
7474
path: 'src/**/bin/Release/*.nupkg'

0 commit comments

Comments
 (0)