Skip to content

Commit

Permalink
Merge pull request #443 from loathingKernel/develop
Browse files Browse the repository at this point in the history
workflows: use major version for download-artifact action
  • Loading branch information
loathingKernel authored Sep 5, 2024
2 parents 0891c22 + e396302 commit 9465d97
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 9465d97

Please sign in to comment.