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 a77f85e commit fe77132Copy full SHA for fe77132
.github/workflows/package.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Package extension
29
run: npx vsce package
30
- name: Upload extension vsix to workflow artifacts
31
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
32
with:
33
name: haskell-${{ github.sha }}.vsix
34
path: haskell-*.vsix
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
## Make sure the artifact is added to the release.
27
name: haskell-${{ github.event.release.tag_name }}.vsix
path: ${{ steps.packageExtension.outputs.vsixPath }}
0 commit comments