Skip to content

Commit

Permalink
Upgrade Download Action Version (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
emreyigit authored Oct 7, 2024
1 parent e1d0c2e commit ccfbd53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:

# download the tests coverage artifacts
- name: Download tests coverage artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# only net6.0 on windows-latest, that's what goes to codecov
path: ./temp/artifacts/test-coverage
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
# download docs patch artifact
- name: Download docs patch artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Docs-Patch
path: ./temp/gh-pages-patches
Expand Down Expand Up @@ -336,14 +336,14 @@ jobs:
# download nuget packages
- name: Download NuGet packages artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: NuGet-Packages
path: ./temp/output

# download docs patch artifact
- name: Download docs patch artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Docs-Patch
path: ./temp/gh-pages-patches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# cannot use script because we get artifacts from same run
- name: Download tests results and coverage artifacts (this run)
if: inputs.run_id == ''
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# don't specify name = download all available artifacts
path: ./temp/artifacts
Expand Down

0 comments on commit ccfbd53

Please sign in to comment.