mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore(deps): update actions/download-artifact action to v3
This commit is contained in:
committed by
Joachim Van Herwegen
parent
311d3e0ff0
commit
982d57e1d2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -248,7 +248,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: docs
|
||||
path: docs
|
||||
|
||||
Reference in New Issue
Block a user