Skip to content

Commit

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

Bump actions/upload-artifact from 3.1.3 to 4.0.0
  • Loading branch information
zleyyij authored Jan 3, 2024
2 parents 1dc1473 + a3350ca commit a0867f6
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/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: specify_client_commit
path: client\bin\Release\specify_client.exe

0 comments on commit a0867f6

Please sign in to comment.