Skip to content

Commit

Permalink
Merge pull request cyclus#1802 from cyclus/bump_action_version
Browse files Browse the repository at this point in the history
update github action version
  • Loading branch information
bennibbelink authored Sep 19, 2024
2 parents 55b466b + ab827af commit 3760e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3760e52

Please sign in to comment.