ci: nightly db build - pin download artifact action to v3
This commit is contained in:
parent
8a599b749b
commit
286e737d98
2
.github/workflows/dev-db-nightly.yml
vendored
2
.github/workflows/dev-db-nightly.yml
vendored
|
@ -148,7 +148,7 @@ jobs:
|
|||
ref: 'feat/postgres'
|
||||
|
||||
- name: Download DB Dump
|
||||
uses: actions/download-artifact@v3.0.0
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dump
|
||||
|
||||
|
|
Loading…
Reference in a new issue