Update actions/upload-artifact to v4 (#35)
Some checks are pending
Test Build / build (push) Waiting to run
Some checks are pending
Test Build / build (push) Waiting to run
This commit is contained in:
committed by
GitHub
parent
2c30ed355b
commit
a014046cc6
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -123,7 +123,7 @@ jobs:
|
||||
run: |
|
||||
cp *manna-harbour_miryoku* "${{ steps.inputs.outputs.artifact_dir }}"
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ steps.inputs.outputs.artifact_build_name }}
|
||||
path: ${{ steps.inputs.outputs.artifact_dir }}
|
||||
|
||||
Reference in New Issue
Block a user