Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.1.2 to 4.3.3 (#315)
Browse files Browse the repository at this point in the history
* Bump actions/upload-artifact from 3.1.2 to 4.3.3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.2...v4.3.3)

---
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>

* Bump actions/download-artifact from 3.0.2 to 4.1.7

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mib1185 <mail@mib85.de>
  • Loading branch information
dependabot[bot] and mib1185 authored May 5, 2024
1 parent 3f94741 commit 69b1aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Upload coverage data
if: matrix.python-version == '3.10'
uses: "actions/upload-artifact@v3.1.2"
uses: "actions/upload-artifact@v4.3.3"
with:
name: coverage-data
path: ".coverage.*"
Expand All @@ -100,7 +100,7 @@ jobs:
pip install coverage[toml]
- name: Download coverage data
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.7
with:
name: coverage-data

Expand Down

0 comments on commit 69b1aa9

Please sign in to comment.