mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +00:00
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:
commit
5a559f65ca
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
||||||
- name: Archive artifacts
|
- 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.
|
# Ideally this would upload the zip file from below - but this action currently does not support this.
|
||||||
with:
|
with:
|
||||||
name: freqUI-${{ matrix.node }}
|
name: freqUI-${{ matrix.node }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user