Use newer download version

This commit is contained in:
Matt Nadareski
2024-02-23 13:11:33 -05:00
parent 3e842af273
commit 8c9950d5fa
3 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
path: ${{ matrix.project }}/bin/${{ matrix.conf }}/${{ matrix.framework }}/${{ matrix.runtime }}/publish/
- name: Process artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.2
with:
path: zip

View File

@@ -45,7 +45,7 @@ jobs:
path: ${{ matrix.project }}/bin/${{ matrix.conf }}/${{ matrix.framework }}/${{ matrix.runtime }}/publish/
- name: Process artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.2
with:
path: zip

View File

@@ -28,6 +28,7 @@
- Revert artifact ID, use name?
- Try using download-artifact
- Download all artifacts?
- Use newer download version
### 3.1.1 (2024-02-20)