Skip to content

Commit

Permalink
Merge pull request #229 from clicksign/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
brenolacerda authored Jan 18, 2024
2 parents 0c4d530 + fc142ca commit cfd1eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# If index.js was different than expected, upload the expected version as an artifact
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/

0 comments on commit cfd1eae

Please sign in to comment.