Skip to content

Commit

Permalink
Merge pull request #1 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
Jorgelmh authored Oct 1, 2024
2 parents 8e48b18 + f7469c2 commit f0c6cb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: python -m build
- name: Run twine check
run: twine check --strict dist/*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./dist/*.tar.gz
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
2 changes: 1 addition & 1 deletion .github/workflows/_publish_package_test.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

0 comments on commit f0c6cb9

Please sign in to comment.