Skip to content

Commit 02194da

Browse files
Merge pull request #143 from ServiceComposer/dependabot/github_actions/actions/upload-artifact-4.3.2
Bump actions/upload-artifact from 4.3.1 to 4.3.2
2 parents a821d31 + bdb9409 commit 02194da

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/[email protected].1
43+
uses: actions/[email protected].2
4444
with:
4545
name: nuget-packages
4646
path: nugets/

0 commit comments

Comments
 (0)