Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4 in /.github/workflows
  • Loading branch information
maichmueller authored Sep 4, 2024
2 parents 129cbb5 + f4a2776 commit eb6ccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:

steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gtest-results
path: ./artifacts/gtest-results_downloaded
Expand Down

0 comments on commit eb6ccb8

Please sign in to comment.