Skip to content

Commit 499fc82

Browse files
Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#28)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07104a6 commit 499fc82

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/[email protected].2
74+
uses: actions/[email protected].3
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/[email protected].2
158+
uses: actions/[email protected].3
159159
with:
160160
name:
161161
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{

0 commit comments

Comments
 (0)