Skip to content

Commit

Permalink
Merge pull request #84 from geniusyield/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/workflows/actions/download-artifact-4.1.7

chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
sourabhxyz authored Sep 4, 2024
2 parents 3ec3448 + a1bfecd commit 68d6218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
name: Download source distribution file artifact
with:
name: source-distribution-file
path: ./artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
name: Download haddock artifact
with:
name: github-pages
Expand Down

0 comments on commit 68d6218

Please sign in to comment.