From f6856c0194dd751982114a61a3295bc2428a813f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:50:57 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.0 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/app-build-verify.yml | 2 +- .github/workflows/app-create-verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app-build-verify.yml b/.github/workflows/app-build-verify.yml index f12d82d..e87b25c 100644 --- a/.github/workflows/app-build-verify.yml +++ b/.github/workflows/app-build-verify.yml @@ -505,7 +505,7 @@ jobs: briefcase package web static - name: Upload Failure Logs - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}-${{ inputs.target-platform }}-${{ inputs.target-format }} diff --git a/.github/workflows/app-create-verify.yml b/.github/workflows/app-create-verify.yml index 4cce8e0..be781fe 100644 --- a/.github/workflows/app-create-verify.yml +++ b/.github/workflows/app-create-verify.yml @@ -127,7 +127,7 @@ jobs: pprint(toml.load(pyproject_toml)) - name: Upload Failure Logs - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}