Skip to content

Commit 3ba0350

Browse files
committed
chore: update action deps
1 parent d380a90 commit 3ba0350

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
INFRACOST_BIN_TARGET: ${{ matrix.bin_target }}
5252
- name: Upload vsix as artifact
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: ${{ matrix.vsce_target }}
5656
path: "*.vsix"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
INFRACOST_BIN_TARGET: ${{ matrix.bin_target }}
5757
- name: Upload vsix as artifact
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: ${{ matrix.vsce_target }}
6161
path: "*.vsix"
@@ -66,7 +66,7 @@ jobs:
6666
needs: build
6767
if: success() && startsWith( github.ref, 'refs/tags/v')
6868
steps:
69-
- uses: actions/download-artifact@v3
69+
- uses: actions/download-artifact@v4
7070
- name: Publish Extension
7171
run: npx vsce publish --yarn --packagePath $(find . -iname *.vsix) -p ${{ secrets.MARKETPLACE_PAT }}
7272
- name: Create GitHub release

0 commit comments

Comments
 (0)