Merge pull request #12640 from freqtrade/dependabot/github_actions/develop/actions/upload-artifact-6

chore(deps): bump actions/upload-artifact from 5 to 6
This commit is contained in:
Matthias
2025-12-22 06:34:41 +01:00
committed by GitHub
+2 -2
View File
@@ -335,7 +335,7 @@ jobs:
python -m build --sdist --wheel python -m build --sdist --wheel
- name: Upload artifacts 📦 - name: Upload artifacts 📦
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: freqtrade-build name: freqtrade-build
path: | path: |
@@ -348,7 +348,7 @@ jobs:
python -m build --sdist --wheel ft_client python -m build --sdist --wheel ft_client
- name: Upload artifacts 📦 - name: Upload artifacts 📦
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: freqtrade-client-build name: freqtrade-client-build
path: | path: |