Skip to content

Commit

Permalink
Merge pull request #205 from vespa-engine/renovate/actions-download-a…
Browse files Browse the repository at this point in the history
…rtifact-4.x

Update actions/download-artifact action to v4
  • Loading branch information
kkraune authored Dec 22, 2023
2 parents fb681dc + f054ce7 commit df4c93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: site-artifacts
path: ../build
Expand All @@ -61,7 +61,7 @@ jobs:
DEPLOY_TOKEN: ${{ secrets.CORD_19_DEPLOY }}
steps:
- name: Fetch artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: site-artifacts
path: ../build
Expand Down

0 comments on commit df4c93a

Please sign in to comment.