We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62e476f + 1d97630 commit ed8c8a7Copy full SHA for ed8c8a7
.github/workflows/package_and_release.yml
@@ -81,7 +81,7 @@ jobs:
81
python -m pip install -U -r requirements/packaging.txt
82
83
- name: Download translations
84
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
85
with:
86
name: translations-build
87
path: ${{ env.PROJECT_FOLDER }}
@@ -138,7 +138,7 @@ jobs:
138
139
140
141
142
143
144
0 commit comments