Skip to content

[deep-report] Fix cache-memory upload-artifact path (/tmp/gh-aw/cache-memory/. is invalid) #32880

@github-actions

Description

@github-actions

Problem

The Upload cache-memory data as artifact step in the workflow template uses path /tmp/gh-aw/cache-memory/., which actions/upload-artifact rejects with:

Relative pathing '.' and '..' is not allowed.

Evidence

Observed in Daily Caveman Optimizer run §25972743169. Surfaced in the 2026-05-16 audit-workflows report (discussion #32712) as a medium severity finding.

Fix

Change the workflow template (likely in pkg/workflow/* or a shared composite action) so the artifact path is /tmp/gh-aw/cache-memory/** or /tmp/gh-aw/cache-memory/*. Then recompile affected lock files.

Acceptance Criteria

  • Workflow template no longer emits /tmp/gh-aw/cache-memory/.
  • Daily Caveman Optimizer successfully uploads cache-memory artifact
  • All workflows using cache-memory recompile cleanly

Suggested Agent

Copilot — single-line workflow-template fix + lock-file regen.

Estimated Effort

< 1h


Source: DeepReport Intelligence Briefing 2026-05-17 — cross-referenced from Daily Audit (#32712).

Generated by 🔬 DeepReport - Intelligence Gathering Agent · ● 24.9M ·

  • expires on May 19, 2026, 7:40 PM UTC

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions