Skip to content

Commit 92a7090

Browse files
Merge pull request #178 from ServiceComposer/dependabot/github_actions/actions/upload-artifact-4.6.0
Bump actions/upload-artifact from 4.5.0 to 4.6.0
2 parents 3ab0042 + 0910108 commit 92a7090

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
@@ -42,7 +42,7 @@ jobs:
4242
run: dotnet test src --configuration Release --no-build
4343
- name: Upload packages
4444
if: matrix.name == 'Linux'
45-
uses: actions/upload-artifact@v4.5.0
45+
uses: actions/upload-artifact@v4.6.0
4646
with:
4747
name: nuget-packages
4848
path: nugets/

0 commit comments

Comments
 (0)