You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workflow ran successfully but came with this error.
Relevant log output
Run austenstone/[email protected]
Fetching Copilot usage for organization <redacted>
Fetched Copilot usage data for 28 days (2024-10-03 to 2024-10-30)
Fetching Copilot details for organization <redacted>
Fetching Copilot seat assignments for organization <redacted>
Artifact name is valid!
Root directory input is valid!
Beginning upload of artifact content to blob storage
Uploaded bytes 16517
Finished uploading artifact content to blob storage!
SHA256 hash of uploaded artifact zip is 33664e617e68c54f41b9a862e62d4e2e48314f4b17a5ec20d81f897e712db461
Finalizing artifact upload
Artifact copilot-usage.zip successfully finalized. Artifact ID 2126591388
Artifact name is valid!
Root directory input is valid!
/home/runner/work/_actions/austenstone/copilot-usage/v4.2/node_modules/@actions/artifact/lib/internal/shared/artifact-twirp-client.js:54
throw new Error(`Failed to ${method}: ${error.message}`);
^
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
at ArtifactHttpClient.<anonymous> (/home/runner/work/_actions/austenstone/copilot-usage/v4.2/node_modules/@actions/artifact/lib/internal/shared/artifact-twirp-client.js:54:1)
at Generator.throw (<anonymous>)
at rejected (/home/runner/work/_actions/austenstone/copilot-usage/v4.2/node_modules/@actions/artifact/lib/internal/shared/artifact-twirp-client.js:6:1)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Contact Details
No response
The text was updated successfully, but these errors were encountered:
Experiencing the same error with this configuration:
name: Copilot Usage Reporton:
schedule:
- cron: '0 0 * * *'# the job will run at midnight every day.workflow_dispatch:
jobs:
run:
name: Run Actionruns-on: ubuntu-lateststeps:
- uses: austenstone/[email protected]with:
github-token: ${{ secrets.TOKEN }}time-zone: 'CET'# IANA time zone identifier https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#Listcsv: true # Optional flag to output a CSV report
In fact, this configuration also doesn't create a csv file but a json.
Downgrading to v4.0 seems to work as intended.
What happened?
The workflow ran successfully but came with this error.
Relevant log output
Contact Details
No response
The text was updated successfully, but these errors were encountered: