Skip to content

Commit 9f39bf2

Browse files
committed
Update Workflow artifact action
1 parent 1568f94 commit 9f39bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dotnet publish src/CLI -c Release -r ${{ matrix.runtime }} --self-contained true /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=true -o ./publish/${{ matrix.runtime }}
2929
3030
- name: Upload artifact for ${{ matrix.runtime }}
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: DrumMidiRemapper-${{ matrix.runtime }}
3434
path: ./publish/${{ matrix.runtime }}

0 commit comments

Comments
 (0)