chore(deps): update actions/download-artifact action to v4

This commit was merged in pull request #3.
This commit is contained in:
2024-03-13 22:04:57 +00:00
parent 154a3ea754
commit fc56db9134

View File

@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Retrieve artifacts
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifacts
- name: Check if job errored