Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
a57d22a993 chore(deps): update actions/download-artifact action to v4.2.1 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 23:05:38 +00:00
renovate[bot]
003c0609e3 chore(deps): update actions/download-artifact action to v4.2.0 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-18 21:40:37 +00:00

View File

@@ -36,13 +36,13 @@ jobs:
steps: steps:
- name: Download generic artifacts - name: Download generic artifacts
uses: actions/download-artifact@v4.1.9 uses: actions/download-artifact@v4.2.1
with: with:
name: ${{ github.event.repository.name }} name: ${{ github.event.repository.name }}
path: out/${{ github.event.repository.name }} path: out/${{ github.event.repository.name }}
- name: Download Windows artifacts - name: Download Windows artifacts
uses: actions/download-artifact@v4.1.9 uses: actions/download-artifact@v4.2.1
with: with:
name: ${{ github.event.repository.name }}-Windows name: ${{ github.event.repository.name }}-Windows
path: out/${{ github.event.repository.name }}-Windows path: out/${{ github.event.repository.name }}-Windows