Skip to content

Commit

Permalink
fix: upload-artifact v4 breaking change (#1105)
Browse files Browse the repository at this point in the history
fixes #1103
  • Loading branch information
kaizencc authored Sep 10, 2024
1 parent 1a4dd39 commit 1e210d2
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ export class GitHubWorkflow extends PipelineBase {
with: {
name: CDKOUT_ARTIFACT,
path: dir,
['include-hidden-files']: true,
},
}];
}
Expand Down
8 changes: 8 additions & 0 deletions test/__snapshots__/github.cn.test.ts.snap

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

12 changes: 12 additions & 0 deletions test/__snapshots__/github.test.ts.snap

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

1 change: 1 addition & 0 deletions test/__snapshots__/runner-provided.cn.test.ts.snap

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

1 change: 1 addition & 0 deletions test/__snapshots__/runner-provided.test.ts.snap

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

8 changes: 8 additions & 0 deletions test/__snapshots__/stage-options.cn.test.ts.snap

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

8 changes: 8 additions & 0 deletions test/__snapshots__/stage-options.test.ts.snap

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

0 comments on commit 1e210d2

Please sign in to comment.