Skip to content

Commit 198ce17

Browse files
authored
Bump actions/download-artifact from 3 to 4 (#38)
Bump actions/download-artifact from 3 to 4
2 parents 732b11b + 8c35714 commit 198ce17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
python -m pip install -U -r requirements/packaging.txt
6767
6868
- name: Download translations
69-
uses: actions/download-artifact@v3
69+
uses: actions/download-artifact@v4
7070
with:
7171
name: translations-build
7272
path: ${{ env.PROJECT_FOLDER }}
@@ -118,7 +118,7 @@ jobs:
118118
python -m pip install -U -r requirements/packaging.txt
119119
120120
- name: Download translations
121-
uses: actions/download-artifact@v3
121+
uses: actions/download-artifact@v4
122122
with:
123123
name: translations-build
124124
path: ${{ env.PROJECT_FOLDER }}

0 commit comments

Comments
 (0)