Merge pull request #25 from hectorm/dependabot/github_actions/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
This commit is contained in:
Héctor Molinero Fernández
2023-12-18 20:33:56 +01:00
committed by GitHub

View File

@@ -52,7 +52,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/'