1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

upgrade to ACT v1.20.1

Fixes: https://code.forgejo.org/forgejo/runner/issues/165
This commit is contained in:
Earl Warren 2024-03-24 12:17:55 +01:00
parent 5f7a7ee355
commit 9b504f7b47
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,11 @@
# Release Notes
## 3.4.1
* Fixes a regression introduced in 3.4.0 by which a job with no image explicitly set would
[be bound to the host](https://code.forgejo.org/forgejo/runner/issues/165)
network instead of a custom network (empty string in the configuration file).
## 3.4.0
Although this version is able to run [actions/upload-artifact@v4](https://code.forgejo.org/actions/upload-artifact/src/tag/v4) and [actions/download-artifact@v4](https://code.forgejo.org/actions/download-artifact/src/tag/v4), these actions will fail because it does not run against GitHub.com. A fork of those two actions with this check disabled is made available at: