mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 12:40:11 +03:00
Fix bugzilla 24600 - DMD nightly builds are outdated (#16580)
The artifact names have been changed in
a842215122
,
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
This commit is contained in:
parent
a3eb99191d
commit
516b9e6add
1 changed files with 3 additions and 2 deletions
5
.github/workflows/nightlies.yml
vendored
5
.github/workflows/nightlies.yml
vendored
|
@ -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/
|
||||
|
||||
#################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue