Merge pull request #1650 from freqtrade/dependabot/github_actions/main/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
This commit is contained in:
Matthias 2023-12-21 07:21:31 +01:00 committed by GitHub
commit 5a559f65ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ jobs:
run: yarn build
- name: Archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Ideally this would upload the zip file from below - but this action currently does not support this.
with:
name: freqUI-${{ matrix.node }}