Merge pull request #728 from freqtrade/dependabot/github_actions/main/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
This commit is contained in:
Matthias 2022-04-13 08:05:18 +02:00 committed by GitHub
commit 374353bc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ jobs:
run: yarn build run: yarn build
- name: Archive artifacts - name: Archive artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
# Ideally this would upload the zipfile from below - but this action currently does not support this. # Ideally this would upload the zipfile from below - but this action currently does not support this.
with: with:
name: freqUI name: freqUI