diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index db1cc8e8c..ccbbb6f02 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -48,7 +48,7 @@ jobs: run: npm run build-dev - name: artifact build result # see https://github.com/actions/upload-artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.DIST_DIR }} path: ${{ env.DIST_DIR }} @@ -91,7 +91,7 @@ jobs: eslint-report: ${{ env.REPORTS_DIR }}/eslint.json - name: artifact eslint result # see https://github.com/actions/upload-artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: ${{ failure() }} with: name: ${{ env.STANDARD_REPORTS_ARTIFACT }} @@ -176,7 +176,7 @@ jobs: - name: artifact test logs if: ${{ failure() }} # see https://github.com/actions/upload-artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: logs-jest_node${{ matrix.node-version }}_${{ matrix.os }} path: tests/_log @@ -191,7 +191,7 @@ jobs: - name: artifact test reports if: ${{ ! cancelled() }} # see https://github.com/actions/upload-artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: '${{ env.TESTS_REPORTS_ARTIFACT }}_node${{ matrix.node-version }}_${{ matrix.os }}' path: ${{ env.REPORTS_DIR }} @@ -261,7 +261,7 @@ jobs: - name: artifact test reports if: ${{ failure() }} # see https://github.com/actions/upload-artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dogfooding-direct_npm${{ matrix.npm-version }} path: ${{ env.REPORTS_DIR }} diff --git a/.github/workflows/npm-ls_demo-results.yml b/.github/workflows/npm-ls_demo-results.yml index 4a35d6ba5..8c0dd2455 100644 --- a/.github/workflows/npm-ls_demo-results.yml +++ b/.github/workflows/npm-ls_demo-results.yml @@ -112,7 +112,7 @@ jobs: - name: Artifact RESULTS # see https://github.com/actions/upload-artifact if: ${{ ! cancelled() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: '${{ env.RESULTS_ARTIFACT }}_${{ matrix.subject }}${{ matrix.additional_npm-ls_args }}_npm${{ matrix.npm-version }}_node${{ matrix.node-version }}_${{ matrix.os }}' path: '${{ env.DEMO_ROOT_DIR}}/*/${{ env.RESULTS_DIR }}' @@ -134,7 +134,7 @@ jobs: path: '${{ env.DEMO_ROOT_DIR}}' - name: Artifact RESULTS # see https://github.com/actions/upload-artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: '${{ env.RESULTS_ARTIFACT }}-combined' path: '${{ env.DEMO_ROOT_DIR}}' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfa4d0796..1673ad951 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: npm pack --pack-destination "$PACKED_DIR" - name: artifact release result # see https://github.com/actions/upload-artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.PACKED_ARTIFACT }} path: ${{ env.PACKED_DIR }}/