Skip to content

Commit

Permalink
Merge pull request #619 from Arelle/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…action-dependencies-4550b9f164

Bump the github-action-dependencies group with 1 update
  • Loading branch information
austinmatherne-wk authored Jan 22, 2024
2 parents 92a6f07 + 7a25f81 commit a144782
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/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: ixbrlviewer.js
if-no-files-found: error
path: iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js
- name: Upload npm artifact
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
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/upload-artifact@v4.1.0
- uses: actions/upload-artifact@v4.2.0
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/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: source distribution
if-no-files-found: error
path: dist/*.tar.gz
- name: Upload wheel artifact
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: wheel
if-no-files-found: error
Expand Down

0 comments on commit a144782

Please sign in to comment.