Skip to content

Commit

Permalink
Use actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestaEdit authored Nov 26, 2024
1 parent 5da0635 commit e442b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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@v1
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}
- id: release_info
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
upload_url: ${{ steps.release_info.outputs.upload_url }}
asset_path: ./${{ github.event.repository.name }}/${{ github.event.repository.name }}.zip
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit e442b43

Please sign in to comment.