Skip to content

Commit

Permalink
Merge pull request #551 from SteveDunn/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4

chore(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
SteveDunn authored Dec 17, 2023
2 parents e6493a8 + fc67b56 commit b25f8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs
path: artifacts
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs

Expand Down

0 comments on commit b25f8ae

Please sign in to comment.