Skip to content

Commit b429459

Browse files
committed
Update dependencies and action
Update `actions-common-scans` to latest version which includes: - Dependency updates. - Use of newer version of `@actions/artifact`. Update the action in the workflow to address the deprecation warnings. Signed-off-by: thc202 <thc202@gmail.com>
1 parent adcc0c0 commit b429459

File tree

5 files changed

+140561
-48109
lines changed

5 files changed

+140561
-48109
lines changed

.github/workflows/check-dist.yml

+1-1
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

+2
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.11.0] - 2024-09-25
911
### Changed

0 commit comments

Comments
 (0)