mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-07 01:24:49 +00:00
Merge pull request #11 from hectorm/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
This commit is contained in:
commit
7ac900a3a6
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
- name: 'Checkout project'
|
||||
uses: 'actions/checkout@v4'
|
||||
- name: 'Download artifacts'
|
||||
uses: 'actions/download-artifact@v3'
|
||||
uses: 'actions/download-artifact@v4'
|
||||
with:
|
||||
name: 'dist-common-stages'
|
||||
path: './dist/'
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
- name: 'Checkout project'
|
||||
uses: 'actions/checkout@v4'
|
||||
- name: 'Download artifacts'
|
||||
uses: 'actions/download-artifact@v3'
|
||||
uses: 'actions/download-artifact@v4'
|
||||
with:
|
||||
name: 'dist-${{ matrix.arch }}'
|
||||
path: './dist/'
|
||||
|
Loading…
Reference in New Issue
Block a user