Skip to content

Commit

Permalink
Bump the github-action-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the github-action-dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/download-artifact` from 4.1.2 to 4.1.4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.2...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-action-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent fb9bbcb commit 9ee77f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
node-version: ${{ inputs.node_version }}
registry-url: 'https://registry.npmjs.org' # Must explicitly set this for NODE_AUTH_TOKEN to work below
- name: Download ixbrlviewer.js artifact
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: ixbrlviewer.js
- name: Download npm artifact
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: npm package
- name: Publish with npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
- name: Install twine
run: pip install -U twine
- name: Download source distribution artifact
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: source distribution
- name: Download wheel artifact
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: wheel
- name: Publish package on release
Expand Down

0 comments on commit 9ee77f5

Please sign in to comment.