Skip to content

Commit

Permalink
Merge pull request #2 from Nihlus/dependabot/github_actions/dot-githu…
Browse files Browse the repository at this point in the history
…b/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
Nihlus authored Sep 4, 2024
2 parents 8fd32f5 + 5db8ec8 commit 8627239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: bash base/docfx/scripts/prepare.sh

- name: Download documentation artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: docfx-site
path: site/${{ github.ref_name }}
Expand All @@ -108,7 +108,7 @@ jobs:

steps:
- name: Download package artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: nupkg
path: nuget
Expand Down

0 comments on commit 8627239

Please sign in to comment.