Skip to content

Commit 0b461b8

Browse files
Merge pull request #66 from MakingSense/dependabot/github_actions/actions/upload-artifact-3.1.2
2 parents 103ac2a + 4545979 commit 0b461b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/[email protected].1
48+
uses: actions/[email protected].2
4949
with:
5050
name: artifacts
5151
path: ./artifacts

0 commit comments

Comments
 (0)