diff --git a/.github/workflows/npm-package.yml b/.github/workflows/npm-package.yml index 83774488c..03b109e80 100644 --- a/.github/workflows/npm-package.yml +++ b/.github/workflows/npm-package.yml @@ -42,13 +42,13 @@ jobs: npm version $(git describe --tags) npm pack - name: Upload ixbrlviewer.js artifact - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 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.4 + uses: actions/upload-artifact@v4.3.5 with: name: npm package if-no-files-found: error diff --git a/.github/workflows/puppeteer.yml b/.github/workflows/puppeteer.yml index 7f6faebd3..ed6a7b13c 100644 --- a/.github/workflows/puppeteer.yml +++ b/.github/workflows/puppeteer.yml @@ -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.4 + - uses: actions/upload-artifact@v4.3.5 if: failure() with: name: ${{ github.run_id }}.${{ github.run_attempt }}_${{ matrix.os }}_${{ matrix.node-version }}_${{ matrix.python-version }}_artifacts diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index ca267fda0..3c2e3c14c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -60,13 +60,13 @@ jobs: - name: Build Python package run: python -m build - name: Upload source distribution artifact - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: source distribution if-no-files-found: error path: dist/*.tar.gz - name: Upload wheel artifact - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: wheel if-no-files-found: error