Skip to content

Commit a457684

Browse files
Bump actions/upload-artifact from 3 to 4 (#1017)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf39cea commit a457684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Package extension
3030
run: npx vsce package
3131
- name: Upload extension vsix to workflow artifacts
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: haskell-${{ github.sha }}.vsix
3535
path: haskell-*.vsix

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
## Make sure the artifact is added to the release.
2727
- name: Upload extension vsix to workflow artifacts
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: haskell-${{ github.event.release.tag_name }}.vsix
3131
path: ${{ steps.packageExtension.outputs.vsixPath }}

0 commit comments

Comments
 (0)