Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit fc77653

Browse files
chore(deps): Bump actions/upload-artifact from 2 to 3 (#276)
* chore(deps): Bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- 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> * chore: Specify python patch version Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sondre Lillebø Gundersen <sondrelg@live.no>
1 parent 4f56b4f commit fc77653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.10"
16+
python-version: "3.10.6"
1717
- uses: actions/cache@v3
1818
id: cache-venv
1919
with:
@@ -74,7 +74,7 @@ jobs:
7474
coverage run -m pytest
7575
coverage xml
7676
coverage report
77-
- uses: actions/upload-artifact@v2
77+
- uses: actions/upload-artifact@v3
7878
with:
7979
name: coverage-xml
8080
path: coverage.xml

0 commit comments

Comments
 (0)