Skip to content

Commit

Permalink
Merge pull request #267 from PrestaEdit/patch-3
Browse files Browse the repository at this point in the history
Update workflow to use action@v4
  • Loading branch information
jf-viguier authored Nov 26, 2024
2 parents 5628e9b + 5c17a91 commit f4f8e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.event_name == 'push'
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ${{ github.event.repository.name }}
Expand Down

0 comments on commit f4f8e73

Please sign in to comment.