Skip to content

Commit

Permalink
Bump upload/download artifact to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Dec 10, 2024
1 parent dfd6ee2 commit 5d472f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml

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

8 changes: 4 additions & 4 deletions .github/workflows/release.yml

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

3 changes: 2 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ project.addTask('test:synth', {
exec: 'npx cdk synth -a "npx ts-node -P tsconfig.dev.json --prefer-ts-exts test/integ.karpenter.ts"',
});

project.github.actions.set('actions/download-artifact', 'actions/[email protected]');
project.github.actions.set('actions/download-artifact', 'actions/[email protected]');
project.github.actions.set('actions/upload-artifact', 'actions/[email protected]');

project.synth();

0 comments on commit 5d472f4

Please sign in to comment.