Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
zifeo authored Jan 2, 2024
2 parents 79ebd32 + ea780f6 commit f4457c2
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
@@ -58,7 +58,7 @@ jobs:
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
name: Upload Artifact
id: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: index.js
path: index.js

0 comments on commit f4457c2

Please sign in to comment.