Skip to content

Commit

Permalink
Fix bugzilla 24600 - DMD nightly builds are outdated (#16580)
Browse files Browse the repository at this point in the history
The artifact names have been changed in
dlang/installer@a842215,
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
  • Loading branch information
tim-dlang authored Jun 11, 2024
1 parent a3eb991 commit 516b9e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
# Fetch all artifacts from the jobs defined above
#
- name: Download generated releases from the artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dmd-release
pattern: dmd-release-*
merge-multiple: true
path: ~/artifacts/

#################################################################
Expand Down

0 comments on commit 516b9e6

Please sign in to comment.