Skip to content

Commit

Permalink
update upload artifact to v4 (v2 is deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Sep 10, 2024
1 parent 65980a6 commit 15584f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
run: cd extensions/vscode && npx vsce package --no-dependencies --target ${{ env.target }}

# 6. Upload the .vsix as an artifact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ env.target }}
path: "extensions/vscode/*.vsix"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
run: cd extensions/vscode && npx vsce package --pre-release --no-dependencies --target ${{ env.target }}

# 6. Upload the .vsix as an artifact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ env.target }}
path: "extensions/vscode/*.vsix"
Expand Down

0 comments on commit 15584f1

Please sign in to comment.