Skip to content

Commit 23c51c6

Browse files
authored
Merge pull request #130 from thc202/update-dep
Update dependencies and action
2 parents 4e4e170 + b193f96 commit 23c51c6

File tree

5 files changed

+138840
-43921
lines changed

5 files changed

+138840
-43921
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
@@ -4,6 +4,8 @@ All notable changes to this GitHub action will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
### Changed
8+
- Update dependencies to stop using deprecated `upload-artifact` version.
79

810
## [0.13.0] - 2024-09-25
911
### Changed

0 commit comments

Comments
 (0)