Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from 4.3.6 to 4.4.0 #2804

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,12 @@ jobs:
mv core/.coverage core/.coverage.${{ matrix.platform }}.${{ matrix.python-version }}

- name: Store Coverage Data
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: core-coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
path: "core/.coverage.*"
if-no-files-found: error
include-hidden-files: true

core-coverage:
name: Coverage
Expand Down Expand Up @@ -175,7 +176,7 @@ jobs:
run: tox -e coverage-html-fail-platform

- name: Upload HTML Coverage Report
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: failure()
with:
name: html-coverage-report
Expand Down Expand Up @@ -337,7 +338,7 @@ jobs:
briefcase run ${{ matrix.platform }} --log --test ${{ matrix.briefcase-run-args }} -- --ci

- name: Upload Logs
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: failure()
with:
name: testbed-failure-logs-${{ matrix.backend }}
Expand All @@ -350,7 +351,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.3.6
uses: actions/upload-artifact@v4.4.0
if: failure() && matrix.backend != 'android'
with:
name: testbed-failure-app-data-${{ matrix.backend }}
Expand Down
1 change: 1 addition & 0 deletions changes/2804.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/upload-artifact from 4.3.6 to 4.4.0.