Skip to content

Commit

Permalink
Use newer download version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Feb 23, 2024
1 parent 3e842af commit 8c9950d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8c9950d

Please sign in to comment.