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 9c5fc16 commit 4d8895b
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 4d8895b

Please sign in to comment.