Skip to content

Commit d161a90

Browse files
dependabot[bot]hakandilek
authored andcommitted
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44d8162 commit d161a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
poetry build
3434
- name: Upload pytest test results
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
with:
3737
name: build-${{ matrix.python-version }}
3838
path: |
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
poetry run tox run -e ${{ matrix.python-version }}
7070
- name: Upload pytest test results
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: pytest-results-${{ matrix.python-version }}
7474
path: coverage.xml

0 commit comments

Comments
 (0)