Skip to content

Commit

Permalink
Merge pull request #42 from thc202/update-dep
Browse files Browse the repository at this point in the history
Update dependencies and action
  • Loading branch information
kingthorin authored Nov 20, 2024
2 parents 9c5fc16 + 4d8895b commit 759a8b1
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 @@ -5,6 +5,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.8.0] - 2024-09-25
### Changed
Expand Down
Loading

0 comments on commit 759a8b1

Please sign in to comment.