fix: upgrade actions/upload-artifact from v3 to v4 across workflow files
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ env.BRANCH_NAME }}
|
||||
- name: Download Build Artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: ./artifacts
|
||||
- name: Show Artifacts
|
||||
|
||||
Reference in New Issue
Block a user