Skip to content

Commit

Permalink
Merge pull request #361 from jongwooo/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4
  • Loading branch information
jongwooo authored Dec 15, 2023
2 parents 687b7ad + e8c46db commit d4aaadf
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 @@ -41,7 +41,7 @@ jobs:
fi
id: diff

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down

0 comments on commit d4aaadf

Please sign in to comment.