mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
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:
commit
374353bc63
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user