Skip to content

Commit 2caf500

Browse files
author
Rodrigo Pereyra Diaz
authored
Merge pull request #80 from MakingSense/dependabot/github_actions/actions/upload-artifact-4.3.3
build(deps): bump actions/upload-artifact from 3.1.2 to 4.3.3
2 parents df5b119 + 8f23c8b commit 2caf500

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.2
48+
uses: actions/upload-artifact@v4.3.3
4949
with:
5050
name: artifacts
5151
path: ./artifacts

0 commit comments

Comments
 (0)