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
|
zlib1g
|
||||||
|
|
||||||
- name: '📥 Download artifact: package'
|
- name: '📥 Download artifact: package'
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: ubtuntu${{ matrix.os }}.04-openFPGALoader
|
name: ubtuntu${{ matrix.os }}.04-openFPGALoader
|
||||||
|
|
||||||
|
|
@ -187,7 +187,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: '📥 Download artifacts'
|
- name: '📥 Download artifacts'
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
path: artifact
|
path: artifact
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue