Skip to content

Commit 0a9676a

Browse files
Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#57)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5373a24 commit 0a9676a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
pip list | grep 'astroid\|pylint'
7272
pytest --durations=10 --benchmark-disable --cov --cov-report= tests/
7373
- name: Upload coverage artifact
74-
uses: actions/upload-artifact@v3.1.3
74+
uses: actions/upload-artifact@v4.0.0
7575
with:
7676
name: coverage-${{ matrix.python-version }}
7777
path: .coverage
@@ -155,7 +155,7 @@ jobs:
155155
run: >-
156156
echo "datetime="$(date "+%Y%m%d_%H%M") >> $GITHUB_OUTPUT
157157
- name: Upload benchmark artifact
158-
uses: actions/upload-artifact@v3.1.3
158+
uses: actions/upload-artifact@v4.0.0
159159
with:
160160
name:
161161
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{

0 commit comments

Comments
 (0)