mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
ci(github): update actions/download-artifact from v2 to v3
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
parent
bb1f90b6db
commit
5fa5741ced
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightlies.yml
vendored
2
.github/workflows/nightlies.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
# Fetch all artifacts from the jobs defined above
|
# Fetch all artifacts from the jobs defined above
|
||||||
#
|
#
|
||||||
- name: Download generated releases from the artifacts
|
- name: Download generated releases from the artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dmd-release
|
name: dmd-release
|
||||||
path: ~/artifacts/
|
path: ~/artifacts/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue