Skip to content

Commit beb77ca

Browse files
Merge pull request #154 from HERA-Team/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents d6cb949 + 4b76010 commit beb77ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
5252
- name: Upload coverage data
5353
if: always() && matrix.session == 'tests'
54-
uses: "actions/upload-artifact@v6"
54+
uses: "actions/upload-artifact@v7"
5555
with:
5656
name: coverage-data-${{ matrix.os }}-${{ matrix.python }}
5757
path: ".coverage.*"
5858
include-hidden-files: true
5959

6060
- name: Upload documentation
6161
if: matrix.session == 'docs-build'
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: docs
6565
path: docs/_build

0 commit comments

Comments
 (0)