Skip to content

Commit

Permalink
Merge pull request #142 from geotribu/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
Guts authored Jan 8, 2024
2 parents 8bf34ad + 4f42730 commit 6942cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python -m pip install -U -r requirements/packaging.txt
- name: Download translations
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: translations-build
path: ${{ env.PROJECT_FOLDER }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
python -m pip install -U -r requirements/packaging.txt
- name: Download translations
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: translations-build
path: ${{ env.PROJECT_FOLDER }}
Expand Down

0 comments on commit 6942cb1

Please sign in to comment.