Skip to content

Commit 800d1a9

Browse files
Merge pull request #62 from MakingSense/dependabot/github_actions/actions/upload-artifact-3.1.1
2 parents 40bee98 + 3bf3b5c commit 800d1a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Pack nuget
4646
run: dotnet pack --output ./artifacts -p:Version=${{ steps.gitversion.outputs.nuGetVersion }}
4747
- name: Upload artifact
48-
uses: actions/upload-artifact@v3.1.0
48+
uses: actions/upload-artifact@v3.1.1
4949
with:
5050
name: artifacts
5151
path: ./artifacts

0 commit comments

Comments
 (0)