Skip to content

Commit

Permalink
chore: use actions/download-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed May 29, 2024
1 parent 2a7401b commit fc6d79e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/project/project_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class VSCodeExtensionProject extends TypeScriptAppProject {
const steps: JobStep[] = [
{
name: "Download build artifacts",
uses: "actions/download-artifact@v2",
uses: "actions/download-artifact@v4",
with: {
name: "build-artifact",
path: "dist",
Expand Down

0 comments on commit fc6d79e

Please sign in to comment.