We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b01ad commit f446c26Copy full SHA for f446c26
.github/workflows/ci-test.yml
@@ -63,14 +63,14 @@ jobs:
63
run: Invoke-Build
64
65
- name: Upload build artifacts
66
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
67
if: always()
68
with:
69
name: vscode-powershell-vsix-${{ matrix.os }}
70
path: vscode-powershell/powershell-*.vsix
71
72
- name: Upload test results
73
74
75
76
name: vscode-powershell-test-results-${{ matrix.os }}
0 commit comments