Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.6 to 4.6.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 69da7e8 commit 3fdc41e
Show file tree
Hide file tree
Showing 2 changed files with 3 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
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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:
name: coverage-linux-${{ matrix.python-version }}
path: .coverage
Expand Down Expand Up @@ -56,7 +56,7 @@ 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:
name: coverage-windows-${{ matrix.python-version }}
path: .coverage
Expand Down

0 comments on commit 3fdc41e

Please sign in to comment.