Skip to content

Commit

Permalink
Merge pull request #762 from co-cddo/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4.1.1

Bump actions/download-artifact from 4.1.0 to 4.1.1
  • Loading branch information
RobNicholsGDS authored Jan 16, 2024
2 parents 3e78371 + 25c5513 commit fe390fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
bundler-cache: true

- name: Download built site
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935
with:
name: site
path: build
Expand All @@ -90,7 +90,7 @@ jobs:
bundler-cache: true

- name: Download built site
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935
with:
name: site
path: build
Expand Down

0 comments on commit fe390fc

Please sign in to comment.