Skip to content

Commit

Permalink
ci: add version to actions/upload-artifact
Browse files Browse the repository at this point in the history
* ci: add version to actions/upload-artifact
  • Loading branch information
gmeligio authored Jan 6, 2024
1 parent 5d63698 commit 074a7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.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/patch/JsiiProjectPatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class JsiiProjectPatch extends JsiiProject {
releaseWorkflow?.patch(
JsonPatch.replace('/jobs/release_npm/steps/8', {
name: 'Upload artifact',
uses: 'actions/upload-artifact',
uses: 'actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392',
with: {
name: 'npm-package',
path: 'dist',
Expand Down

0 comments on commit 074a7ef

Please sign in to comment.