Merge pull request #12905 from freqtrade/dependabot/github_actions/develop/actions-1a3042a095

chore(deps): bump the actions group with 2 updates
This commit is contained in:
Matthias
2026-03-09 06:27:57 +01:00
committed by GitHub
+4 -4
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.1.0 uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v6.1.0
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.1.0 uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v6.1.0
with: with:
name: freqtrade-client-build name: freqtrade-client-build
path: | path: |
@@ -372,7 +372,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: Download artifact 📦 - name: Download artifact 📦
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with: with:
pattern: freqtrade*-build pattern: freqtrade*-build
path: dist path: dist
@@ -401,7 +401,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: Download artifact 📦 - name: Download artifact 📦
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with: with:
pattern: freqtrade*-build pattern: freqtrade*-build
path: dist path: dist