Skip to content

Commit

Permalink
Use upload-artifact v4 DEVOPS-2662
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Jan 25, 2024
1 parent a60928b commit 437aef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,9 @@ jobs:
}
body: ${{ steps.moduleDescriptor.outputs.content }}
- name: Publish yarn.lock
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: yarn.lock
path: yarn.lock
overwrite: true
retention-days: 5

0 comments on commit 437aef0

Please sign in to comment.