Skip to content

Commit

Permalink
Update download artifavt version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingJellyfish committed Sep 10, 2024
1 parent d3d5af6 commit ef98ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
echo "${{ env.release_name }}"
echo "${{ env.release_pre }}"
- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Mask developer name
run: |
echo "::add-mask::${{ secrets.MAC_DEVELOPER_NAME }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
echo "${{ env.release_name }}"
echo "${{ env.release_pre }}"
- name: Download MinGW binaries and data
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Generate .pdb files
if: ${{ env.release_tag != '' }}
run: |
Expand Down

0 comments on commit ef98ac1

Please sign in to comment.