We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf3dca commit 1c35cdbCopy full SHA for 1c35cdb
.github/workflows/ci-test.yml
@@ -45,13 +45,13 @@ jobs:
45
46
- name: Upload build artifacts
47
if: always()
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: PowerShellEditorServices-module-${{ matrix.os }}
51
path: module
52
53
- name: Upload test results
54
55
56
57
name: PowerShellEditorServices-test-results-${{ matrix.os }}
0 commit comments