Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 6aac73e commit 4d75d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: static
path: oereb_client/static
Expand All @@ -227,7 +227,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: static
path: oereb_client/static
Expand All @@ -250,7 +250,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download doc artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: doc
path: docs/build
Expand Down

0 comments on commit 4d75d54

Please sign in to comment.