Skip to content

Commit f38b830

Browse files
authored
chore(ci): upgrade download-artifact action version (#23)
1 parent ee494a8 commit f38b830

4 files changed

Lines changed: 27 additions & 27 deletions

File tree

src/pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ export class GitHubWorkflow extends PipelineBase {
687687
return [
688688
{
689689
name: `Download ${name}`,
690-
uses: 'actions/download-artifact@v3',
690+
uses: 'actions/download-artifact@v4',
691691
with: {
692692
name: name,
693693
path: targetPath,

test/__snapshots__/github.test.ts.snap

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/__snapshots__/runner-provided.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/__snapshots__/stage-options.test.ts.snap

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)