Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Zukaritasu authored Dec 18, 2023
2 parents 0fe2e1f + 7b7c78c commit a4239fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:

- name: Archive artifacts for x64
if: matrix.build_platform == 'x64' && matrix.build_configuration == 'Release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plugin_dll_x64
path: vstudio\bin64\DiscordRPC.dll

- name: Archive artifacts for Win32
if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plugin_dll_x86
path: vstudio\bin\DiscordRPC.dll

0 comments on commit a4239fe

Please sign in to comment.