diff --git a/.github/workflows/app-build-verify.yml b/.github/workflows/app-build-verify.yml index e1a24bd..52bc0bc 100644 --- a/.github/workflows/app-build-verify.yml +++ b/.github/workflows/app-build-verify.yml @@ -566,7 +566,7 @@ jobs: rm -rf build dist - name: Upload Failure Logs - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 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 94afdeb..2a51e98 100644 --- a/.github/workflows/app-create-verify.yml +++ b/.github/workflows/app-create-verify.yml @@ -137,7 +137,7 @@ jobs: pprint(toml.load(pyproject_toml)) - name: Upload Failure Logs - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 if: failure() with: name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}