mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Update actions/download-artifact in GitHub Actions workflows to v3
Signed-off-by: Dirk Stolle <striezel-dev@web.de>
This commit is contained in:
parent
dae8d221a1
commit
f4aea59461
2 changed files with 4 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -158,7 +158,7 @@ jobs:
|
|||
# fetch-depth: 2
|
||||
#
|
||||
# #- name: Download release binary
|
||||
# # uses: actions/download-artifact@v2
|
||||
# # uses: actions/download-artifact@v3
|
||||
# # with:
|
||||
# # name: release-binary-macos
|
||||
#
|
||||
|
@ -244,7 +244,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: release-binary
|
||||
path: release-binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue