Skip to content

Commit ebdc71c

Browse files
Merge pull request #97 from ServiceComposer/dependabot/github_actions/actions/upload-artifact-3.1.1
Bump actions/upload-artifact from 2.2.4 to 3.1.1
2 parents 1f20bbd + bb2c2fb commit ebdc71c

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
@@ -38,7 +38,7 @@ jobs:
3838
run: dotnet test src --configuration Release --no-build
3939
- name: Upload packages
4040
if: matrix.name == 'Linux'
41-
uses: actions/upload-artifact@v2.2.4
41+
uses: actions/upload-artifact@v3.1.1
4242
with:
4343
name: nuget-packages
4444
path: nugets/

0 commit comments

Comments
 (0)