Skip to content

Commit

Permalink
Merge pull request #23 from LittleBigRefresh/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
  • Loading branch information
jvyden authored Sep 5, 2024
2 parents d4c74d2 + 8f8c53c commit c9590aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/writerside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

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

Expand Down

0 comments on commit c9590aa

Please sign in to comment.