Skip to content

Commit

Permalink
Merge pull request #68 from Spec-ify/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.3.6

Bump actions/upload-artifact from 4.3.4 to 4.3.6
  • Loading branch information
zleyyij authored Aug 6, 2024
2 parents daf429a + fdb9e2f commit 9f30f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-commit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: msbuild client\client.sln -property:Configuration=Release
- name: Upload build
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
name: specify_client_commit
path: client\bin\Release\specify_client.exe

0 comments on commit 9f30f97

Please sign in to comment.