Skip to content

Commit

Permalink
Merge pull request #11 from HerpDerpinstine/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/master/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
HerpDerpinstine authored Jun 22, 2024
2 parents 018c5c1 + 660f3a1 commit 5ea50c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
shell: cmd
run: dotnet build -c Debug
- name: Upload Debug Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bHapticsLib.CI.Debug
path: Output/Debug/
- name: Build Release
shell: cmd
run: dotnet build -c Release
- name: Upload Release Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bHapticsLib.CI.Release
path: Output/Release/

0 comments on commit 5ea50c8

Please sign in to comment.