Skip to content

Commit

Permalink
CI: up the version of actions/download-artefact
Browse files Browse the repository at this point in the history
The older one doesn't seem to work with newer upload-artefact action.
  • Loading branch information
KitsuneRal committed Feb 18, 2024
1 parent 746970d commit 293c13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
steps:
- name: Retrieve artefacts
id: get-package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: quaternion-${{ needs.Prepare.outputs.version}}-${{ matrix.type }}
path: package
Expand Down

0 comments on commit 293c13d

Please sign in to comment.