-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gha: bump actions/upload-artifact from 4.3.0 to 4.3.1 (#174)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.0...v4.3.1) --- 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>
- Loading branch information
1 parent
393606d
commit 6ce2d0d
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -60,14 +60,14 @@ jobs: | |
- name: Upload artifact - docs | ||
if: steps.build.outcome == 'success' | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: docs | ||
path: cpython/Doc/build/html | ||
|
||
- name: Upload artifact - log files | ||
if: always() | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: build-logs | ||
path: logs/* | ||
|
@@ -117,7 +117,7 @@ jobs: | |
make lint | ||
- name: Upload artifact - log files | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: lint-logs | ||
path: logs/* | ||
|
@@ -166,7 +166,7 @@ jobs: | |
run: make spell | ||
|
||
- name: Upload artifact - log files | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: pospell-logs | ||
path: logs/* | ||
|
@@ -203,7 +203,7 @@ jobs: | |
powrap compendium.po | ||
- name: Upload artifact | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: compendium | ||
path: compendium.po | ||
|
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 |
---|---|---|
|
@@ -85,7 +85,7 @@ jobs: | |
TX_TOKEN: ${{ secrets.TX_TOKEN }} | ||
|
||
- name: Upload artifact - po files | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: translations | ||
path: | | ||
|
@@ -95,7 +95,7 @@ jobs: | |
- name: Upload artifact - log files | ||
if: always() | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: pull-logs | ||
path: | | ||
|