mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
ci: update CI
This commit is contained in:
6
.github/workflows/lint-and-tests.yml
vendored
6
.github/workflows/lint-and-tests.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Download PHP vendor
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: php-vendor
|
||||
path: vendor
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Download PHP vendor
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: php-vendor
|
||||
path: vendor
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Download PHP vendor
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: php-vendor
|
||||
path: vendor
|
||||
|
||||
Reference in New Issue
Block a user