Skip to content

Commit 63db360

Browse files
committed
CI: update actions/upload-artifact to v4
1 parent bd2b375 commit 63db360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Process.Extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Uploads the compiled Process.Extensions artifacts for 'win-x64'.
6161
- name: Upload Process.Extensions Artifacts for Windows (x64)
62-
uses: actions/upload-artifact@v2
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: Process.Extensions-${{matrix.configuration}}-${{env.PROFILE_WIN_64}}
6565
path: ${{github.workspace}}\Process.Extensions\bin\${{matrix.configuration}}\net8.0\

0 commit comments

Comments
 (0)