Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
rimrul authored Feb 14, 2024
2 parents 4ff5ac4 + 6330630 commit 471c79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} "${{env.SOLUTION_FILE_PATH}}"

- name: Upload `wintoast.exe`
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wintoast
path: example/console-example/x64/${{env.BUILD_CONFIGURATION}}

0 comments on commit 471c79e

Please sign in to comment.