Skip to content

Commit

Permalink
Merge pull request #2357 from beeware/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4.2.0

Bump actions/upload-artifact from 4.1.0 to 4.2.0
  • Loading branch information
freakboy3742 committed Jan 24, 2024
2 parents 126e7e8 + f2d69ef commit 2705389
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -95,7 +95,7 @@ jobs:
TOGA_INSTALL_COMMAND="python -m pip install ../$(ls core/dist/toga_core-*.whl)[dev] ../$(ls dummy/dist/toga_dummy-*.whl)" tox -e py
mv core/.coverage core/.coverage.${{ matrix.platform }}.${{ matrix.python-version }}
- name: Store coverage data
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: core-coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
path: "core/.coverage.*"
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
python -m coverage html --skip-covered --skip-empty
python -m coverage report --rcfile ../pyproject.toml --fail-under=100
- name: Upload HTML report if check failed.
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
if: failure()
with:
name: html-coverage-report
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
run: ${{ matrix.briefcase-run-prefix }} briefcase run ${{ matrix.backend }} --test ${{ matrix.briefcase-run-args }}

- name: Upload logs
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
if: failure()
with:
name: testbed-failure-logs-${{ matrix.backend }}
Expand All @@ -245,7 +245,7 @@ jobs:
cp -r "${{ matrix.app-user-data-path }}" testbed/app_data/testbed-app_data-${{ matrix.backend }}
- name: Upload app data
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
if: failure() && matrix.backend != 'android'
with:
name: testbed-failure-app-data-${{ matrix.backend }}
Expand Down
1 change: 1 addition & 0 deletions changes/2357.misc.rst
@@ -0,0 +1 @@
Updated actions/upload-artifact from 4.1.0 to 4.2.0.

0 comments on commit 2705389

Please sign in to comment.