Skip to content

Commit

Permalink
Merge pull request #96 from thc202/update-dep
Browse files Browse the repository at this point in the history
Update dependencies and action
  • Loading branch information
psiinon authored Nov 20, 2024
2 parents adcc0c0 + b429459 commit 55537c0
Show file tree
Hide file tree
Showing 5 changed files with 140,561 additions and 48,109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this GitHub action will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Changed
- Update dependencies to stop using deprecated `upload-artifact` version.

## [0.11.0] - 2024-09-25
### Changed
Expand Down
Loading

0 comments on commit 55537c0

Please sign in to comment.