Skip to content

Commit de4975d

Browse files
committed
Update
1 parent 36d2b06 commit de4975d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Set up MSVC developer command prompt
2929
uses: ilammy/msvc-dev-cmd@v1
@@ -52,7 +52,7 @@ jobs:
5252
link.exe /OUT:"$OUTPUT_DLL" $env:LINKER_FLAGS "$INTERMEDIATE_DIR\*.obj"
5353
5454
- name: Upload Artifact
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: ${{ env.PROJECT_NAME }}-${{ matrix.configuration }}
5858
path: build/${{ matrix.configuration }}/${{ env.PROJECT_NAME }}.dll

0 commit comments

Comments
 (0)