Skip to content

Commit 09992ca

Browse files
committed
chore: Update XPMP2 again, and Github Action versions
1 parent 0e460ee commit 09992ca

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/upload-plugin/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
mv "${{ inputs.pdbFileName }}" "deploy-${{ inputs.pluginName }}/${{ inputs.pluginName }}/${{ inputs.archFolder }}"
2929
fi
3030
- name: Upload plugin
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: ${{ inputs.pluginName }}-${{ env.platform }}
3434
path: deploy-${{ inputs.pluginName }}/* # this way the top folder in the artifacts is "MyPlugin"

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
platform: lin
2626
steps:
2727
- name: Checkout Code
28-
uses: actions/checkout@v4 # must checkout before we can use our own actions
28+
uses: actions/checkout@v5 # must checkout before we can use our own actions
2929
with:
3030
submodules: 'recursive'
3131
- name: Build
@@ -50,7 +50,7 @@ jobs:
5050
platform: mac
5151
steps:
5252
- name: Checkout Code
53-
uses: actions/checkout@v4 # must checkout before we can use our own actions
53+
uses: actions/checkout@v5 # must checkout before we can use our own actions
5454
with:
5555
submodules: 'recursive'
5656
- name: Build
@@ -96,7 +96,7 @@ jobs:
9696
platform: win
9797
steps:
9898
- name: Checkout Code
99-
uses: actions/checkout@v4 # must checkout before we can use our own actions
99+
uses: actions/checkout@v5 # must checkout before we can use our own actions
100100
with:
101101
submodules: 'recursive'
102102
- name: Build

0 commit comments

Comments
 (0)