Merge pull request #485 from trabucayre/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
build(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
This commit is contained in:
commit
c4c5f8b1f4
|
|
@ -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
|
||||
|
||||
|
|
@ -187,7 +187,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: '📥 Download artifacts'
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
path: artifact
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue