diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 8598837e5d..91588a28f6 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -67,7 +67,7 @@ jobs: format: lcov - name: Upload Coverage HTML Artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: name: cyclus-coverage-report-${{ matrix.ubuntu_versions }}-${{ matrix.pkg_mgr }} path: ${{ github.workspace }}/html diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 73bbf791b5..e16e332543 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -35,6 +35,7 @@ Since last release * Removed unnecessary records being added to the Resource database by packaging process (#1761) * Removed GTest source code from code coverage reports (#1759) +* Updated action versions to avoid node.js deprecation (#1802) v1.6.0