Skip to content

Commit b77219c

Browse files
Merge pull request #777 from ServiceComposer/dependabot/github_actions/master/actions/upload-artifact-4.5.0
Bump actions/upload-artifact from 4.4.3 to 4.5.0
2 parents 597ad7a + 77396fa commit b77219c

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
@@ -40,7 +40,7 @@ jobs:
4040
run: dotnet test src --configuration Release --no-build
4141
- name: Upload packages
4242
if: matrix.name == 'Linux'
43-
uses: actions/upload-artifact@v4.4.3
43+
uses: actions/upload-artifact@v4.5.0
4444
with:
4545
name: nuget-packages
4646
path: nugets/

0 commit comments

Comments
 (0)