Skip to content

Commit

Permalink
[DEPENDABOT]: Bump actions/upload-artifact from 3.1.0 to 4.3.5
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.0...v4.3.5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent fe76ca8 commit 337e968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ jobs:

- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v3.1.0"
uses: "actions/upload-artifact@v4.3.5"
with:
name: coverage-data
path: ".coverage.*"

#- name: Upload documentation
# if: matrix.session == 'docs-build'
# uses: actions/upload-artifact@v3.1.0
# uses: actions/upload-artifact@v4.3.5
# with:
# name: docs
# path: docs/_build
Expand Down

0 comments on commit 337e968

Please sign in to comment.