Skip to content

Commit 759a8b1

Browse files
authored
Merge pull request #42 from thc202/update-dep
Update dependencies and action
2 parents 9c5fc16 + 4d8895b commit 759a8b1

File tree

5 files changed

+140561
-48109
lines changed

5 files changed

+140561
-48109
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: diff
4545

4646
# If index.js was different than expected, upload the expected version as an artifact
47-
- uses: actions/upload-artifact@v3
47+
- uses: actions/upload-artifact@v4
4848
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4949
with:
5050
name: dist

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this GitHub action will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
8+
### Changed
9+
- Update dependencies to stop using deprecated `upload-artifact` version.
810

911
## [0.8.0] - 2024-09-25
1012
### Changed

0 commit comments

Comments
 (0)