Skip to content

Commit

Permalink
GHA: Fix download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Apr 19, 2024
1 parent 8b59849 commit 745f988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ResInsightWithCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:

steps:
- name: Download python distribution folder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-distribution
path: dist
Expand Down

0 comments on commit 745f988

Please sign in to comment.