-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/upload-artifact from 4.3.5 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
50b3544
commit 18071c2
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: primer_diffs | ||
path: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Run pytest | ||
run: pytest -vv --cov | ||
- name: Upload coverage artifact | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: coverage-linux-${{ matrix.python-version }} | ||
path: .coverage | ||
|
@@ -56,7 +56,7 @@ jobs: | |
- name: Run pytest | ||
run: pytest -vv --cov | ||
- name: Upload coverage artifact | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: coverage-windows-${{ matrix.python-version }} | ||
path: .coverage | ||
|