Skip to content

Commit

Permalink
Merge pull request #714 from Arelle/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…action-dependencies-720c8da8de
  • Loading branch information
austinmatherne-wk authored Aug 12, 2024
2 parents 8c7e144 + 92a23c1 commit 3e1f0ac
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].5
uses: actions/[email protected].6
with:
name: ixbrlviewer.js
if-no-files-found: error
path: iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js
- name: Upload npm artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
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].5
- uses: actions/[email protected].6
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].5
uses: actions/[email protected].6
with:
name: source distribution
if-no-files-found: error
path: dist/*.tar.gz
- name: Upload wheel artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: wheel
if-no-files-found: error
Expand Down

0 comments on commit 3e1f0ac

Please sign in to comment.