mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-22 06:01: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
|
echo "archive_path=${ARCHIVE_PATH}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: upload artifact
|
- name: upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.vars.outputs.archive_name }}
|
name: ${{ steps.vars.outputs.archive_name }}
|
||||||
path: |
|
path: |
|
||||||
|
@ -119,7 +119,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: download artifacts
|
- name: download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue