Skip to content

Commit

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

build(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
trabucayre authored Nov 9, 2024
2 parents c0faf48 + 2df82d8 commit c4c5f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
zlib1g
- name: '📥 Download artifact: package'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ubtuntu${{ matrix.os }}.04-openFPGALoader

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
steps:

- name: '📥 Download artifacts'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: artifact

Expand Down

0 comments on commit c4c5f8b

Please sign in to comment.