Skip to content

Commit

Permalink
workflows: use major version for download-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Sep 5, 2024
1 parent 0891c22 commit e396302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
file: ${{ inputs.file2 }}
steps:
- name: Download ${{ matrix.name }} from artifact
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4
if: ${{ matrix.name != '' }}
with:
name: ${{ matrix.name }}
Expand Down

0 comments on commit e396302

Please sign in to comment.