mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
ci: update *-artifact actions
This commit is contained in:
parent
0edc9d1953
commit
4791007d3d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
|||
echo "archive_path=${ARCHIVE_PATH}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ steps.vars.outputs.archive_name }}
|
||||
path: |
|
||||
|
@ -119,7 +119,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
|
|
Loading…
Reference in a new issue