Skip to content

Commit

Permalink
update upload-artifact actions from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
PLM1995 committed Nov 17, 2024
1 parent 2d0b6cb commit cd01bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,19 @@ jobs:
# Upload artifacts
- name: Upload Core Binary As Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: UKControllerPluginCore.dll
path: ".\\build\\bin\\UKControllerPluginCore.dll"

- name: Upload Updater Binary As Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: UKControllerPluginUpdater.dll
path: ".\\build\\bin\\UKControllerPluginUpdater.dll"

- name: Upload Loader Binary As Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: UKControllerPlugin.dll
path: ".\\build\\bin\\UKControllerPlugin.dll"
Expand Down

0 comments on commit cd01bce

Please sign in to comment.