Skip to content

Commit

Permalink
Merge pull request #1902 from performancecopilot/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
kmcdonell authored Jul 30, 2024
2 parents 9d8d1a7 + ad75ceb commit 7cf1037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
path: qa-reports

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
ssh-key: ${{ secrets.QA_REPORT_DEPLOY_KEY }}

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: actions/checkout@v4

- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit 7cf1037

Please sign in to comment.