forked from beeware/toga
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request beeware#2742 from beeware/dependabot/github_action…
…s/actions/upload-artifact-4.3.5 Bump actions/upload-artifact from 4.3.4 to 4.3.5
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 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 |
---|---|---|
|
@@ -134,7 +134,7 @@ jobs: | |
mv core/.coverage core/.coverage.${{ matrix.platform }}.${{ matrix.python-version }} | ||
- name: Store Coverage Data | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
name: core-coverage-data-${{ matrix.platform }}-${{ matrix.python-version }} | ||
path: "core/.coverage.*" | ||
|
@@ -175,7 +175,7 @@ jobs: | |
run: tox -e coverage-html-fail-platform | ||
|
||
- name: Upload HTML Coverage Report | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
if: failure() | ||
with: | ||
name: html-coverage-report | ||
|
@@ -333,7 +333,7 @@ jobs: | |
briefcase run ${{ matrix.platform }} --log --test ${{ matrix.briefcase-run-args }} -- --ci | ||
- name: Upload Logs | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
if: failure() | ||
with: | ||
name: testbed-failure-logs-${{ matrix.backend }} | ||
|
@@ -346,7 +346,7 @@ jobs: | |
cp -r "${{ matrix.app-user-data-path }}" testbed/app_data/testbed-app_data-${{ matrix.backend }} | ||
- name: Upload App Data | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
if: failure() && matrix.backend != 'android' | ||
with: | ||
name: testbed-failure-app-data-${{ matrix.backend }} | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Updated actions/upload-artifact from 4.3.4 to 4.3.5. |