Skip to content

Commit

Permalink
Merge pull request #54 from ministryofjustice/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
levgorbunov1 authored Nov 7, 2024
2 parents c2481da + fcf296b commit d64cc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download a Build Artifact from build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: github-pages
path: github-pages
Expand Down

0 comments on commit d64cc63

Please sign in to comment.