Skip to content

Commit 3f53a8d

Browse files
authored
Merge pull request #83 from Spec-ify/dependabot/github_actions/actions/upload-artifact-4.6.2
2 parents f5ac48f + 75d4569 commit 3f53a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-commit-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build Release
2222
run: msbuild client\client.sln -property:Configuration=Release
2323
- name: Upload build
24-
uses: actions/upload-artifact@v4.6.0
24+
uses: actions/upload-artifact@v4.6.2
2525
with:
2626
name: specify_client_commit
2727
path: |

0 commit comments

Comments
 (0)