Skip to content

Commit

Permalink
Update dependencies and action
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
thc202 committed Nov 20, 2024
1 parent 4e4e170 commit b193f96
Show file tree
Hide file tree
Showing 5 changed files with 138,840 additions and 43,921 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.13.0] - 2024-09-25
### Changed
Expand Down
Loading

0 comments on commit b193f96

Please sign in to comment.