Skip to content

Commit 4127cd2

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#524)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 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 3b0c209 commit 4127cd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/primer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo ${{ github.event.pull_request.number }} | tee pr_number.txt
5555
cp .pydocstringformatter_primer_tests/fulldiff.txt fulldiff.txt
5656
- name: Upload primer diff and PR number
57-
uses: actions/upload-artifact@v4.6.2
57+
uses: actions/upload-artifact@v5.0.0
5858
with:
5959
name: primer_diffs
6060
path: |

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run pytest
2828
run: pytest -vv --cov
2929
- name: Upload coverage artifact
30-
uses: actions/upload-artifact@v4.6.2
30+
uses: actions/upload-artifact@v5.0.0
3131
with:
3232
include-hidden-files: true
3333
name: coverage-linux-${{ matrix.python-version }}
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run pytest
5858
run: pytest -vv --cov
5959
- name: Upload coverage artifact
60-
uses: actions/upload-artifact@v4.6.2
60+
uses: actions/upload-artifact@v5.0.0
6161
with:
6262
include-hidden-files: true
6363
name: coverage-windows-${{ matrix.python-version }}

0 commit comments

Comments
 (0)