Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent bac3ca2 commit ad807f2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}} # checkout the correct branch name
fetch-depth: 0
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.buildArtifactName }}
path: ${{ env.buildFolderName }}
Expand All @@ -79,7 +79,7 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}} # checkout the correct branch name
fetch-depth: 0
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.buildArtifactName }}
path: ${{ env.buildFolderName }}
Expand All @@ -106,7 +106,7 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}} # checkout the correct branch name
fetch-depth: 0
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.buildArtifactName }}
path: ${{ env.buildFolderName }}
Expand Down Expand Up @@ -137,17 +137,17 @@ jobs:
fetch-depth: 0

- name: Download Test Artifact Linux
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: CodeCoverageLinux
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageLinux/
- name: Download Test Artifact Windows (PS 5.1)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: CodeCoverageWinPS51
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageWinPS51/
- name: Download Test Artifact Windows (PS7)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: CodeCoverageWinPS7
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageWinPS7/
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/deploy-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.buildArtifactName }}
path: ${{ env.buildFolderName }}
Expand All @@ -78,7 +78,7 @@ jobs:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.buildArtifactName }}
path: ${{ env.buildFolderName }}
Expand All @@ -104,7 +104,7 @@ jobs:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.buildArtifactName }}
path: ${{ env.buildFolderName }}
Expand All @@ -129,7 +129,7 @@ jobs:
# ref: ${{ github.head_ref }} # checkout the correct branch name
# fetch-depth: 0
# - name: Download Build Artifact
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4.1.7
# with:
# name: ${{ env.buildArtifactName }}
# path: ${{ env.buildFolderName }}
Expand Down Expand Up @@ -160,22 +160,22 @@ jobs:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0
# - name: Download Test Artifact macOS
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4.1.7
# with:
# name: CodeCoverageMacOS
# path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageMacOS/
- name: Download Test Artifact Linux
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: CodeCoverageLinux
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageLinux/
- name: Download Test Artifact Windows (PS 5.1)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: CodeCoverageWinPS51
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageWinPS51/
- name: Download Test Artifact Windows (PS7)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: CodeCoverageWinPS7
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageWinPS7/
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.buildArtifactName }}
path: ${{ env.buildFolderName }}
Expand Down

0 comments on commit ad807f2

Please sign in to comment.