Skip to content

Commit

Permalink
build: bump actions/download-artifacts v3 -> v4 (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanc authored Jan 27, 2025
1 parent 5588c85 commit 312b4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id-token: write
steps:
- name: Download wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gt4py-dist
path: dist
Expand All @@ -60,7 +60,7 @@ jobs:
id-token: write
steps:
- name: Download wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gt4py-dist
path: dist
Expand Down

0 comments on commit 312b4a8

Please sign in to comment.