Thread overview
[Issue 24600] DMD nightly builds are outdated
Jun 11, 2024
Dlang Bot
Jun 11, 2024
Dlang Bot
Jun 11, 2024
Dlang Bot
Jun 11, 2024
Dlang Bot
June 11, 2024
https://issues.dlang.org/show_bug.cgi?id=24600

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tim-dlang created dlang/dmd pull request #16580 "Fix bugzilla 24600 - DMD nightly builds are outdated" fixing this issue:

- Fix bugzilla 24600 - DMD nightly builds are outdated

  The artifact names have been changed in

https://github.com/dlang/installer/commit/a8422151226d92f22fc2b83ae3713005bbf22f20,
  because version 4 of actions/upload-artifact needs unique names.
  Also use version 4 of actions/download-artifact and use a pattern instead of
a single name.

  See also
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md

https://github.com/dlang/dmd/pull/16580

--
June 11, 2024
https://issues.dlang.org/show_bug.cgi?id=24600

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tim-dlang created dlang/installer pull request #585 "GHA: Replace deprecated set-output" mentioning this issue:

- GHA: Replace deprecated set-output

  See
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

  This should fix a warning for the nightly builds in bugzilla issue 24600.

https://github.com/dlang/installer/pull/585

--
June 11, 2024
https://issues.dlang.org/show_bug.cgi?id=24600

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16580 "Fix bugzilla 24600 - DMD nightly builds are outdated" was merged into master:

- 38861ed700d36476b205999a42e9b5a7b9dad93c by Tim Schendekehl:
  Fix bugzilla 24600 - DMD nightly builds are outdated

  The artifact names have been changed in

https://github.com/dlang/installer/commit/a8422151226d92f22fc2b83ae3713005bbf22f20,
  because version 4 of actions/upload-artifact needs unique names.
  Also use version 4 of actions/download-artifact and use a pattern instead of
a single name.

  See also
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md

https://github.com/dlang/dmd/pull/16580

--
June 11, 2024
https://issues.dlang.org/show_bug.cgi?id=24600

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/installer pull request #585 "GHA: Replace deprecated set-output" was merged into master:

- 7c9b91079f170e3439aba5ef66e0fa8f811aaa56 by Tim Schendekehl:
  GHA: Replace deprecated set-output

  See
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

  This should fix a warning for the nightly builds in bugzilla issue 24600.

https://github.com/dlang/installer/pull/585

--