Skip to content

Commit

Permalink
Merge pull request #29 from dnv-opensource/fix_for_vulnerability_GHSA…
Browse files Browse the repository at this point in the history
…_cxww_7g56_2vh6_reported_by_github_on_20240903

Fix for vulnerability GHSA-cxww-7g56-2vh6 reported by GitHub on 2024-09-03
  • Loading branch information
ClaasRostock authored Sep 4, 2024
2 parents dbeda1c + e0bef00 commit dc3181a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: ./dist/
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

## [Unreleased]

### Dependencies
* Updated to download-artifact@v4 (from download-artifact@v3)

### Dependencies
* GitHub workflows: Replaced pip install tox with pip install tox-uv
* GitHub workflows: Removed cache: 'pip' for tox-uv compatibility
Expand Down

0 comments on commit dc3181a

Please sign in to comment.