Files
forgejo/release-notes
Earl Warren b047a60a09 fix!: use run ID instead of run Index in artifacts download web views
- the run ID used to download artifacts is absolute (ID) instead of being
  relative to the repository (Index) for compatibility with the url built
  and returned as `artifact-url` by the the upload-artifact@v4 action.
- this is a breaking change because URLs to download artifacts
  previous saved/bookmarked and not yet expired expired are no
  longer working, they need to be looked up again by visiting the job
  web page.

- add unit tests for getRunByID().
- RepoActionView.test.js verifies the download URL is built using the
  run ID.
- lAdd integration tests to verify the RunID is set as expected in
  the template used by RepoActionView.vue.

Refs https://code.forgejo.org/forgejo/runner/issues/187
2025-08-27 08:53:20 +02:00
..
2024-07-17 14:52:00 +02:00
2024-07-23 18:47:42 +02:00
2024-08-22 09:09:29 +02:00
2024-08-13 22:14:46 +01:00
2024-08-12 19:11:09 +02:00
2024-08-25 03:47:08 +02:00
2024-10-26 19:15:43 +02:00
2025-01-01 19:50:39 +01:00