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 cf0e5c2 commit faec248Copy full SHA for faec248
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
## Make sure the artifact is added to the release.
27
- name: Upload extension vsix to workflow artifacts
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: haskell-${{ github.event.release.tag_name }}.vsix
31
path: ${{ steps.packageExtension.outputs.vsixPath }}
.github/workflows/test.yml
@@ -82,7 +82,7 @@ jobs:
82
run: npx vsce package
83
84
if: runner.os == 'Linux'
85
86
87
name: haskell-${{ github.sha }}.vsix
88
path: haskell-*.vsix
0 commit comments