Skip to content

Commit

Permalink
update github action download/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeekk committed May 23, 2024
1 parent bbb8e1f commit 2182e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
CI: '' # disable CI mode as it makes build fail on warnings

- name: Upload build to artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: editor
path: |
Expand All @@ -60,7 +60,7 @@ jobs:

- name: 'If build on master branch, download artifact'
if: ${{ github.ref_name == 'master' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifact
name: editor
Expand Down

0 comments on commit 2182e47

Please sign in to comment.