Skip to content

Commit

Permalink
Merge pull request #722 from Arelle/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…action-dependencies-142643c1bf
  • Loading branch information
austinmatherne-wk authored Sep 2, 2024
2 parents 87fa8f6 + 28fee0d commit 39c1b5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.3.6
uses: actions/upload-artifact@v4.4.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.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: npm package
if-no-files-found: error
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
check-latest: true
node-version: ${{ matrix.node-version }}
- name: Install Python 3
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
Expand All @@ -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.3.6
- uses: actions/upload-artifact@v4.4.0
if: failure()
with:
name: ${{ github.run_id }}.${{ github.run_attempt }}_${{ matrix.os }}_${{ matrix.node-version }}_${{ matrix.python-version }}_artifacts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build ixbrlviewer.js
run: make prod
- name: Install Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
Expand All @@ -60,13 +60,13 @@ jobs:
- name: Build Python package
run: python -m build
- name: Upload source distribution artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: source distribution
if-no-files-found: error
path: dist/*.tar.gz
- name: Upload wheel artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: wheel
if-no-files-found: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install Python 3
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
Expand Down

0 comments on commit 39c1b5c

Please sign in to comment.