Skip to content

Commit f5785cd

Browse files
Merge pull request #122 from ServiceComposer/dependabot/github_actions/actions/upload-artifact-3.1.3
Bump actions/upload-artifact from 3.1.2 to 3.1.3
2 parents 9f94989 + e187c34 commit f5785cd

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

0 commit comments

Comments
 (0)