We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf39cea commit a457684Copy full SHA for a457684
.github/workflows/package.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Package extension
30
run: npx vsce package
31
- name: Upload extension vsix to workflow artifacts
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
with:
34
name: haskell-${{ github.sha }}.vsix
35
path: haskell-*.vsix
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
## Make sure the artifact is added to the release.
27
28
name: haskell-${{ github.event.release.tag_name }}.vsix
path: ${{ steps.packageExtension.outputs.vsixPath }}
0 commit comments