Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.6 to 4.6.0 (#450)
Browse files Browse the repository at this point in the history
* Bump actions/upload-artifact from 4.3.6 to 4.6.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.6...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Deal with breaking changes

* Actually handle breaking changes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniël van Noord <[email protected]>
  • Loading branch information
dependabot[bot] and DanielNoord authored Jan 31, 2025
1 parent 69da7e8 commit 1e43249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/primer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo ${{ github.event.pull_request.number }} | tee pr_number.txt
cp .pydocstringformatter_primer_tests/fulldiff.txt fulldiff.txt
- name: Upload primer diff and PR number
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.6.0
with:
name: primer_diffs
path: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Run pytest
run: pytest -vv --cov
- name: Upload coverage artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.6.0
with:
include-hidden-files: true
name: coverage-linux-${{ matrix.python-version }}
path: .coverage

Expand Down Expand Up @@ -56,8 +57,9 @@ jobs:
- name: Run pytest
run: pytest -vv --cov
- name: Upload coverage artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.6.0
with:
include-hidden-files: true
name: coverage-windows-${{ matrix.python-version }}
path: .coverage

Expand Down

0 comments on commit 1e43249

Please sign in to comment.