Skip to content

Commit

Permalink
Merge pull request #711 from Arelle/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…action-dependencies-7dc25245c6
  • Loading branch information
austinmatherne-wk authored Aug 5, 2024
2 parents c88c704 + ea2471d commit 12e492f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
npm version $(git describe --tags)
npm pack
- name: Upload ixbrlviewer.js artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: ixbrlviewer.js
if-no-files-found: error
path: iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js
- name: Upload npm artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: npm package
if-no-files-found: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npx http-server . &> tests/puppeteer/artifacts/http_server.log &
- name: Run puppeteer tests
run: npm run test:puppeteer
- uses: actions/[email protected].4
- uses: actions/[email protected].5
if: failure()
with:
name: ${{ github.run_id }}.${{ github.run_attempt }}_${{ matrix.os }}_${{ matrix.node-version }}_${{ matrix.python-version }}_artifacts
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 @@ -60,13 +60,13 @@ jobs:
- name: Build Python package
run: python -m build
- name: Upload source distribution artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: source distribution
if-no-files-found: error
path: dist/*.tar.gz
- name: Upload wheel artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: wheel
if-no-files-found: error
Expand Down

0 comments on commit 12e492f

Please sign in to comment.