Skip to content

Commit

Permalink
Update actions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Jul 27, 2024
1 parent 7e0798f commit f9917c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
shell: pwsh
run: scripts/Unpack-Distribution.ps1
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.3.4
with:
name: NSubstituteCompleteRiderPlugin
path: build/distributions/unpacked
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.3.4
with:
name: NSubstituteCompleteReSharperPlugin
path: build/distributions/*.nupkg

0 comments on commit f9917c0

Please sign in to comment.