Merge pull request #281 from BBVA/dependabot/github_actions/actions/download-artifact-4

chore(deps): bump actions/download-artifact from 3 to 4
This commit is contained in:
César Gallego Rodríguez
2024-07-07 17:15:33 +02:00
committed by GitHub
+1 -1
View File
@@ -115,7 +115,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4.1.1 - uses: actions/checkout@v4.1.1
- name: Download a single artifact - name: Download a single artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: binaries name: binaries
- name: Install NSIS - name: Install NSIS