Skip to content

Commit f4f8e73

Browse files
authored
Merge pull request #267 from PrestaEdit/patch-3
Update workflow to use action@v4
2 parents 5628e9b + 5c17a91 commit f4f8e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.event_name == 'push'
3333
steps:
3434
- name: Download artifact
35-
uses: actions/download-artifact@v3
35+
uses: actions/download-artifact@v4
3636
with:
3737
name: ${{ github.event.repository.name }}
3838
path: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)