Skip to content

Commit

Permalink
Merge pull request #5 from ffes/dependabot/github_actions/actions/upl…
Browse files Browse the repository at this point in the history
…oad-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
ffes authored Jan 1, 2024
2 parents 2ca04b1 + 70cf20d commit 07a0ecc
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 @@ -29,7 +29,7 @@ jobs:

- name: Archive artifacts for x64
if: matrix.build_platform == 'x64'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rebootat_x64
path: ${{ matrix.build_platform }}/${{ matrix.build_configuration }}/RebootAt.exe

0 comments on commit 07a0ecc

Please sign in to comment.