-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #711 from Arelle/dependabot/github_actions/github-…
…action-dependencies-7dc25245c6
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|